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

22 lines
339 B
YAML
Raw Normal View History

2022-10-23 02:58:01 -04:00
---
2022-10-23 09:54:34 -04:00
- name: create the vms
hosts: hv00
gather_facts: true
become: true
roles:
2022-10-23 22:50:38 -04:00
- vm_deploy
2022-10-23 09:54:34 -04:00
2022-10-29 07:41:07 -04:00
# - name: python bootstrap
# hosts: k8s
# gather_facts: false
# become: true
# roles:
# - python-install
2022-10-23 09:54:34 -04:00
2022-10-30 04:12:35 -04:00
# - name: vm hardening
# hosts: k8s
# gather_facts: true
# become: true
# roles:
# - sshd
# - firewall