1
0
IaC/ansible/playbooks/03_vm_deploy.yaml

22 lines
339 B
YAML

---
- name: create the vms
hosts: hv00
gather_facts: true
become: true
roles:
- vm_deploy
# - 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