2021-06-08 07:24:39 +00:00
|
|
|
---
|
|
|
|
- hosts: all
|
|
|
|
gather_facts: false
|
2022-06-24 21:55:54 +00:00
|
|
|
vars_files:
|
2022-06-24 21:44:10 +00:00
|
|
|
- metacluster.yml
|
2021-06-08 08:14:10 +00:00
|
|
|
become: true
|
2021-06-08 07:24:39 +00:00
|
|
|
roles:
|
|
|
|
- os
|
2021-06-08 19:56:06 +00:00
|
|
|
- firstboot
|
2022-06-24 23:13:37 +00:00
|
|
|
- appliance
|
2022-06-24 21:44:10 +00:00
|
|
|
- metacluster
|