exzeo.helm

Ansible 角色 helm

<描述>

版本发布: <版本链接>

角色变量

支持的操作系统

经过验证的操作系统列表:

  • 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)

示例剧本

最小化示例:

- name: 安装 CLI
  hosts: all
  roles:
    - role: exzeo.helm

指定版本:

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

卸载:

- name: 安装 CLI
  hosts: all
  roles:
    - role: exzeo.helm
      vars:
        uninstall: true
关于项目

Ansible Role for installing helm

安装
ansible-galaxy install exzeo.helm
许可证
mit
下载
250
拥有者