a01a75d0a1
The yaml should start with "---" Change-Id: I2695c42c1ad5168826423754af260642ace6171b
12 lines
241 B
YAML
12 lines
241 B
YAML
---
|
|
- name: Playbook for role testing
|
|
hosts: localhost
|
|
remote_user: root
|
|
roles:
|
|
- role: "os_ironic"
|
|
vars:
|
|
galera_root_user: root
|
|
vars_prompt:
|
|
- name: "galera_root_password"
|
|
prompt: "What is galera_root_password?"
|