exzeo.kops
Ansible Role Kops
This role installs the Helm Command Line Tool on Debian/Ubuntu servers. You can find the releases here: https://github.com/kubernetes/kops/releases
Role Variables
# The version of 'kops' to install. By default, it installs the latest version.
kops_version: ""
# Set this to true to uninstall 'kops' from the server.
uninstall: false
Example Playbooks
Minimal Installation:
- name: Install CLI
hosts: all
roles:
- role: exzeo.kops
Install a Specific Version:
- name: Install CLI
hosts: all
roles:
- role: exzeo.kops
vars:
kops_version: "1.22.4"
Uninstalling:
- name: Uninstall CLI
hosts: all
roles:
- role: exzeo.kops
vars:
uninstall: true
Informazioni sul progetto
Ansible Role for installing kops
Installa
ansible-galaxy install exzeo.kops
Licenza
mit
Download
220
Proprietario