7 lines
106 B
YAML
7 lines
106 B
YAML
- hosts: hypervisors
|
|
vars:
|
|
ansible_user: root
|
|
roles:
|
|
- base
|
|
- monitoring
|
|
- hypervisor
|