Packer.Images/ansible/playbook.yml
Danny Bessems ea20b1290c
All checks were successful
continuous-integration/drone/push Build is passing
Add initial steps for workload cluster staging;Include govc (temporarily)
2022-07-26 16:50:50 +02:00

13 lines
184 B
YAML

---
- hosts: all
gather_facts: false
vars_files:
- metacluster.yml
- workloadcluster.yml
become: true
roles:
- os
- firstboot
- appliance
- metacluster