serverctl/infrastructure/create-resources/ansible/site.yml
kjuulh b4ee531a81
Some checks failed
continuous-integration/drone/push Build is failing
Merged configs
2022-02-24 14:03:42 +01:00

20 lines
313 B
YAML

---
- hosts: serverctl_cluster
gather_facts: yes
become: yes
roles:
- role: prereq
- role: download
- role: './wireguard/mesh'
- hosts: serverctl_master_hosts
become: yes
roles:
- role: "./k3s/master"
#- hosts: serverctl_node_hosts
# become: yes
# roles:
# - role: "./k3s/node"
#