ansible-role-k8s/meta/main.yml

39 lines
669 B
YAML
Raw Permalink Normal View History

2024-04-27 01:33:23 +00:00
---
2024-05-13 19:51:31 +00:00
dependencies: []
2024-04-27 01:33:23 +00:00
galaxy_info:
2024-05-13 19:51:31 +00:00
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"
2024-04-27 01:33:23 +00:00
platforms:
2024-05-13 19:51:31 +00:00
- 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