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