cluster networking operational

This commit is contained in:
2022-11-01 22:13:56 +13:00
parent a60c397d1b
commit 6020b9771c
8 changed files with 168 additions and 14 deletions

View File

@ -1,7 +1,14 @@
---
- name: configure control plane
hosts: k8s_control
# - 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: true
become: false
roles:
- k8s_control
- k8s_network

View File

@ -1,7 +1,7 @@
---
- name: scratch testing
hosts: localhost
gather_facts: false
become: false
hosts: k8s_control
gather_facts: true
become: true
roles:
- scratch