infrastructure/k8s/setup_cluster.yaml

13 lines
173 B
YAML
Raw Normal View History

2022-09-11 16:49:31 +00:00
---
- name: Prepare nodes
hosts: all
roles:
- role: prereq
- role: download
- name: Setup control plane
hosts: control_plane
roles:
- role: k3s/master