2022-02-19 20:11:28 +01:00
|
|
|
---
|
|
|
|
- hosts: serverctl_cluster
|
|
|
|
gather_facts: yes
|
|
|
|
become: yes
|
|
|
|
roles:
|
|
|
|
- role: prereq
|
|
|
|
- role: download
|
2022-02-24 21:36:07 +01:00
|
|
|
- role: firewall
|
|
|
|
|
|
|
|
- hosts: serverctl_super_cluster
|
|
|
|
gather_facts: yes
|
|
|
|
become: yes
|
|
|
|
roles:
|
|
|
|
- role: wireguard/mesh
|
2022-02-24 14:03:42 +01:00
|
|
|
|
2022-02-19 21:22:14 +01:00
|
|
|
- hosts: serverctl_master_hosts
|
|
|
|
become: yes
|
|
|
|
roles:
|
|
|
|
- role: "./k3s/master"
|
2022-02-24 13:57:19 +01:00
|
|
|
|
2022-02-24 21:36:07 +01:00
|
|
|
- hosts: serverctl_node_hosts
|
|
|
|
become: yes
|
|
|
|
roles:
|
|
|
|
- role: "./k3s/node"
|
|
|
|
|