infrastructure/k8s/setup_cluster.yaml
2023-07-13 06:36:57 +00:00

12 lines
180 B
YAML

---
- name: Prepare nodes
hosts: all
roles:
- role: prereq
- role: download
- name: Setup control plane
hosts: control_plane
roles:
- role: k3s/control-plane