Skip to content

Pandemonium1986/ansible-role-k9s

Repository files navigation

Ansible role : k9s


Disclaimer
All contributions made directly in this repository will be deleted by force push. If you want to contribute, go to ansible-collection-k8s-toolbox


Ansible Role Molecule GitHub release Github license

Install and configure k9s from GitHub repository.

Requirements

This role is self contained and install k9s for debian, ubuntu, linux mint, centos.

Role Variables

From defaults/main.yml :

k9s_cache_path: "/var/cache/github"
k9s_installation_path: "/opt/github/k9s"
k9s_checksum: "sha256:42d8aef6b839a9bc60de29d2461521596ce2d1f66347dbf5196983229cfeafd2"
k9s_version: "v0.22.1"

Example Playbook

- name: k9s installation
  hosts: all
  become: true
  tasks:
    - import_role:
        name: pandemonium1986.k9s

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details