fix meta data

This commit is contained in:
srwadleigh 2024-05-13 19:51:31 +00:00
parent 0b78f05944
commit d1ae92bca1

View File

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