openstack-ansible-os_cinder/examples/playbook.yml
wangqi 4b6a52b88c Trivial: Fix the pep8 warning
The yaml should start with "---"

Change-Id: I6d5909d69bc194359d51ce8059b96309443251e8
2018-08-06 07:21:04 +00:00

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?"