homeserver/roles/pandemonium1986.ansible-rol...
Michael Grote 2b3921aa21 Rolle aktualisiert: k9s (#458)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: #458
2023-02-17 11:57:35 +01:00
..
.github Rolle aktualisiert: k9s (#458) 2023-02-17 11:57:35 +01:00
defaults Rolle aktualisiert: k9s (#458) 2023-02-17 11:57:35 +01:00
meta Rolle aktualisiert: k9s (#458) 2023-02-17 11:57:35 +01:00
molecule/default Rolle aktualisiert: k9s (#458) 2023-02-17 11:57:35 +01:00
tasks Rolle aktualisiert: k9s (#458) 2023-02-17 11:57:35 +01:00
tests Rolle aktualisiert: k9s (#458) 2023-02-17 11:57:35 +01:00
vars Rolle aktualisiert: k9s (#458) 2023-02-17 11:57:35 +01:00
.actrc Rolle aktualisiert: k9s (#458) 2023-02-17 11:57:35 +01:00
.editorconfig Rolle aktualisiert: k9s (#458) 2023-02-17 11:57:35 +01:00
.gitignore Rolle aktualisiert: k9s (#458) 2023-02-17 11:57:35 +01:00
.yamllint Rolle aktualisiert: k9s (#458) 2023-02-17 11:57:35 +01:00
LICENSE Rolle aktualisiert: k9s (#458) 2023-02-17 11:57:35 +01:00
README.md Rolle aktualisiert: k9s (#458) 2023-02-17 11:57:35 +01:00

README.md

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 Github pipeline status GitHub release Github license Ansible Quality Score

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