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

8 lines
121 B
YAML
Raw Normal View History

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