Skip to main content

k9s Role

This Ansible role can be used to install k9s.


Variables

VariablesTypeOptionsDefaults
k9s_bin_state:stringpresent, skippresent
k9s_url:string---https://github.com/derailed/k9s/releases/download/v{{ k9s_tag }}/k9s_Linux_{{ k9s_arch }}.tar.gz
k9s_arch:string---amd64
k9s_tag:string---0.32.5
k9s_path:string---/usr/local/sbin

Example Playbook

- name: Import k9s Role
hosts: all
roles:
- role: giftpilz0.kubernetes.k9s