12 lines
158 B
YAML
12 lines
158 B
YAML
---
|
|
- hosts: all
|
|
gather_facts: false
|
|
vars_files:
|
|
- metacluster.yml
|
|
become: true
|
|
roles:
|
|
- os
|
|
- firstboot
|
|
- appliance
|
|
- metacluster
|