exzeo.helm

Ansible Role: Helm

Releases:

Role Variables

Supported Operating Systems

These are the operating systems that we have tested and confirmed to work:

  • Ubuntu 16.04 (xenial)
  • Ubuntu 18.04 (bionic)
  • Ubuntu 20.04 (focal)
  • Ubuntu 21.04 (hirsute)
  • Ubuntu 21.10 (impish)
  • Debian 9 (stretch)
  • Debian 10 (buster)
  • Debian 11 (bullseye)
  • Debian 12 (bookworm)

Example Playbooks

Minimal Installation:

- name: Install CLI
  hosts: all
  roles:
    - role: exzeo.helm

Install a Specific Version:

- name: Install CLI
  hosts: all
  roles:
    - role: exzeo.helm
      vars:
        helm_version: "1.22.4"

Uninstalling:

- name: Install CLI
  hosts: all
  roles:
    - role: exzeo.helm
      vars:
        uninstall: true
Informazioni sul progetto

Ansible Role for installing helm

Installa
ansible-galaxy install exzeo.helm
Licenza
mit
Download
250
Proprietario