k9s
Ansible Role: k9s
Role to download and install k9s Kubernetes CLI that lets you To Manage Your Clusters In Style!
Requirements
Ansible >= 2.7
Linux Distribution
Debian Family
Debian
- Jessie (8)
- Stretch (9)
Ubuntu
- Xenial (16.04)
- Bionic (18.04)
RedHat Family
CentOS
- 7
Note: other versions are likely to work but have not been tested.
Role Variables
The following variables will change the behavior of this role (default values are shown below):
# k9s version number
k9s_version: 'v0.20.5'
Example Playbook
----------------
```yaml
- hosts: servers
roles:
- role: istvano.k9s
Development & Testing
This project uses Molecule.
You can test it by running with the provided
./moleculew test
If you want to lint the project use:
./moleculew lint
or you can test it locally by running
ansible-playbook ./tests/test.yml
License
MIT
About
Ansible role for downloading and installing the k9s tool for Kubernetes.
Install
ansible-galaxy install istvano/ansible_role_k9s
License
mit
Downloads
257
Owner