d42d1495e9
Also configured horizon to display hypervisors.
10 lines
116 B
YAML
10 lines
116 B
YAML
---
|
|
- hosts: all
|
|
name: Dummy to gather facts
|
|
tasks: []
|
|
|
|
- hosts: horizon
|
|
become: True
|
|
roles:
|
|
- horizon
|