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

22 lines
322 B
YAML
Raw Normal View History

2022-10-23 06:58:01 +00:00
---
2022-10-30 12:56:54 +00:00
- name: create the vms
hosts: hv00
gather_facts: true
become: true
roles:
- vm_deploy
2022-10-23 13:54:34 +00:00
2022-10-30 08:12:35 +00:00
# - name: vm hardening
# hosts: k8s
# gather_facts: true
# become: true
# roles:
# - sshd
2022-10-30 11:56:06 +00:00
# - firewall
- name: configure vm disks
hosts: k8s
gather_facts: true
become: true
roles:
- vm_disks