2022-02-19 20:11:28 +01:00
|
|
|
---
|
|
|
|
- hosts: serverctl_cluster
|
|
|
|
gather_facts: yes
|
|
|
|
become: yes
|
|
|
|
roles:
|
|
|
|
- role: prereq
|
|
|
|
- role: download
|
2022-02-24 14:03:42 +01:00
|
|
|
- role: './wireguard/mesh'
|
|
|
|
|
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-19 20:11:28 +01:00
|
|
|
#- hosts: serverctl_node_hosts
|
|
|
|
# become: yes
|
|
|
|
# roles:
|
|
|
|
# - role: "./k3s/node"
|
|
|
|
#
|