tidy up
This commit is contained in:
@ -6,13 +6,6 @@
|
||||
roles:
|
||||
- vm_deploy
|
||||
|
||||
# - name: python bootstrap
|
||||
# hosts: k8s
|
||||
# gather_facts: false
|
||||
# become: true
|
||||
# roles:
|
||||
# - python-install
|
||||
|
||||
# - name: vm hardening
|
||||
# hosts: k8s
|
||||
# gather_facts: true
|
||||
|
@ -1,10 +1,10 @@
|
||||
---
|
||||
# - name: configure control plane
|
||||
# hosts: k8s_control
|
||||
# gather_facts: true
|
||||
# become: true
|
||||
# roles:
|
||||
# - k8s_control
|
||||
- name: configure control plane
|
||||
hosts: k8s_control
|
||||
gather_facts: true
|
||||
become: true
|
||||
roles:
|
||||
- k8s_control
|
||||
|
||||
- name: configure calico networking
|
||||
hosts: localhost
|
||||
|
@ -4,19 +4,4 @@
|
||||
gather_facts: true
|
||||
become: true
|
||||
roles:
|
||||
- vm_destroy
|
||||
|
||||
# - name: python bootstrap
|
||||
# hosts: k8s
|
||||
# gather_facts: false
|
||||
# become: true
|
||||
# roles:
|
||||
# - python-install
|
||||
|
||||
# - name: vm hardening
|
||||
# hosts: k8s
|
||||
# gather_facts: true
|
||||
# become: true
|
||||
# roles:
|
||||
# - sshd
|
||||
# - firewall
|
||||
- vm_destroy
|
Reference in New Issue
Block a user