exzeo.helm

Ansibleロール helm

<説明>

リリース: <バージョンへのリンク>

ロール変数

サポートされているOS

確認済みのオペレーティングシステムのリスト:

  • 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
所有者