Packer.Images/ansible/roles/firstboot/files/ansible_payload/playbook.yml
Danny Bessems f6993c2052
Some checks failed
continuous-integration/drone/push Build is failing
Remove redundant quotes
2022-06-26 18:32:05 +02:00

12 lines
160 B
YAML

---
- hosts: 127.0.0.1
connection: local
gather_facts: false
# become: true
roles:
- vapp
- network
- users
- metacluster
- cleanup