1
0
IaC/ansible/playbooks/04_k8s.yaml
2022-11-01 22:50:18 +13:00

15 lines
240 B
YAML

---
- name: configure control plane
hosts: k8s_control
gather_facts: true
become: true
roles:
- k8s_control
- name: configure calico networking
hosts: localhost
gather_facts: true
become: false
roles:
- k8s_network