Add ansible for k3s
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-02-19 20:11:28 +01:00
parent ecc308735c
commit f2c81dc9ac
10 changed files with 103 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
---
- hosts: serverctl_cluster
gather_facts: yes
become: yes
roles:
- role: prereq
- role: download
#- hosts: serverctl_master_hosts
# become: yes
# roles:
# - role: "./k3s/master"
#
#- hosts: serverctl_node_hosts
# become: yes
# roles:
# - role: "./k3s/node"
#