homeserver/roles/pandemonium1986.ansible-role-k9s/meta/main.yml

19 lines
572 B
YAML
Raw Normal View History

---
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: []