Packer.Images/ansible/roles/firstboot/files/ansible_payload/playbook.yml

12 lines
160 B
YAML
Raw Normal View History

2021-06-09 08:39:00 +00:00
---
- hosts: 127.0.0.1
2021-06-09 08:39:00 +00:00
connection: local
gather_facts: false
# become: true
roles:
- vapp
- network
2021-06-10 13:07:48 +00:00
- users
2022-06-26 16:32:05 +00:00
- metacluster
- cleanup