2022-10-23 22:50:38 -04:00
|
|
|
---
|
2022-11-01 05:50:18 -04:00
|
|
|
- name: configure control plane
|
|
|
|
hosts: k8s_control
|
|
|
|
gather_facts: true
|
|
|
|
become: true
|
|
|
|
roles:
|
|
|
|
- k8s_control
|
2022-11-01 05:13:56 -04:00
|
|
|
|
|
|
|
- name: configure calico networking
|
|
|
|
hosts: localhost
|
2022-10-23 22:50:38 -04:00
|
|
|
gather_facts: true
|
2022-11-01 05:13:56 -04:00
|
|
|
become: false
|
2022-10-23 22:50:38 -04:00
|
|
|
roles:
|
2022-11-01 05:13:56 -04:00
|
|
|
- k8s_network
|