1
0
IaC/ansible/playbooks/04_k8s.yaml

8 lines
120 B
YAML
Raw Normal View History

2022-10-23 22:50:38 -04:00
---
- name: configure control plane
hosts: k8s_control
gather_facts: true
2022-10-30 09:25:47 -04:00
become: true
2022-10-23 22:50:38 -04:00
roles:
- k8s_control