diff --git a/meta/main.yml b/meta/main.yml index 474af4d..c255138 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,25 +1,38 @@ --- -galaxy_info: - author: Shane Wadleigh - description: An Ansible role for configuring nginx and letsencrypt certificates - company: 20C - license: Apache - min_ansible_version: "2" - platforms: - - name: EL - versions: - - all - - name: Fedora - versions: - - all - - name: Ubuntu - versions: - - all - - name: Debian - versions: - - all dependencies: [] -#dependencies: -# - name: common -# src: https://github.com/your-username/common-role -# version: master # You can specify a specific tag or branch + +galaxy_info: + role_name: k8s + author: srw + description: Ansible role for configuring k3s and rke2 kubernetes clusters + company: "NMD, LLC" + license: "license (BSD, MIT)" + min_ansible_version: "2.10" + platforms: + - name: Fedora + versions: + - all + - name: Debian + versions: + - buster + - bullseye + - bookworm + - name: Ubuntu + versions: + - bionic + - focal + - jammy + - name: Alpine + version: + - all + - name: ArchLinux + versions: + - all + galaxy_tags: + - server + - system + - containers + - kubernetes + - k8s + - k3s + - rke2