10 lines
130 B
YAML
10 lines
130 B
YAML
---
|
|
- hosts: all
|
|
name: Dummy to gather facts
|
|
tasks: []
|
|
|
|
- hosts: cinder-storage
|
|
become: True
|
|
roles:
|
|
- cinder-storage
|