10 lines
138 B
YAML
10 lines
138 B
YAML
|
---
|
||
|
- hosts: all
|
||
|
name: Dummy to gather facts
|
||
|
tasks: []
|
||
|
|
||
|
- hosts: neutron-controller
|
||
|
become: True
|
||
|
roles:
|
||
|
- neutron-controller
|