cluster networking operational
This commit is contained in:
@ -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
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
- name: scratch testing
|
||||
hosts: localhost
|
||||
gather_facts: false
|
||||
become: false
|
||||
hosts: k8s_control
|
||||
gather_facts: true
|
||||
become: true
|
||||
roles:
|
||||
- scratch
|
Reference in New Issue
Block a user