4b6a52b88c
The yaml should start with "---" Change-Id: I6d5909d69bc194359d51ce8059b96309443251e8
14 lines
387 B
YAML
14 lines
387 B
YAML
---
|
|
- name: Installation and setup of cinder
|
|
hosts: cinder_all
|
|
user: root
|
|
roles:
|
|
- { role: "os_cinder", tags: [ "os-cinder" ] }
|
|
vars:
|
|
cinder_glance_api_servers: "http://glance_server:9292"
|
|
cinder_galera_address: "{{ internal_lb_vip_address }}"
|
|
galera_root_user: root
|
|
vars_prompt:
|
|
- name: "galera_root_password"
|
|
prompt: "What is galera_root_password?"
|