homeserver/roles/pandemonium1986.ansible-role-k9s/meta/main.yml
mg 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

19 lines
572 B
YAML

---
galaxy_info:
role_name: k9s
author: Michael Maffait
description: Install k9s from github repository.
# company: your company (optional)
license: MIT
min_ansible_version: 2.9
github_branch: master
platforms:
- name: Debian
versions: [ 'stretch', 'buster' ]
- name: EL
versions: [ '7', '8' ]
- name: Ubuntu
versions: [ 'bionic' ]
galaxy_tags: [ 'kubernetes', 'tool', 'k8s' ]
dependencies: []