1
0

uncomment vm deploy block

This commit is contained in:
michael 2022-10-31 01:56:54 +13:00
parent a7f197eda2
commit 4abb4a929f

View File

@ -1,10 +1,10 @@
---
# - name: create the vms
# hosts: hv00
# gather_facts: true
# become: true
# roles:
# - vm_deploy
- name: create the vms
hosts: hv00
gather_facts: true
become: true
roles:
- vm_deploy
# - name: python bootstrap
# hosts: k8s