fix meta data
This commit is contained in:
parent
0b78f05944
commit
d1ae92bca1
@ -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: []
|
||||||
#dependencies:
|
|
||||||
# - name: common
|
galaxy_info:
|
||||||
# src: https://github.com/your-username/common-role
|
role_name: k8s
|
||||||
# version: master # You can specify a specific tag or branch
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user