ac1921af23
The yaml should start with "---" Change-Id: Ied016d208fa19f176c86b0f04f9406ba264e4d22
15 lines
399 B
YAML
15 lines
399 B
YAML
---
|
|
- name: Install glance server
|
|
hosts: glance_all
|
|
user: root
|
|
roles:
|
|
- { role: "os_glance", tags: [ "os-glance" ] }
|
|
vars:
|
|
external_lb_vip_address: 172.16.24.1
|
|
internal_lb_vip_address: 192.168.0.1
|
|
glance_galera_address: "{{ internal_lb_vip_address }}"
|
|
galera_root_user: root
|
|
vars_prompt:
|
|
- name: "galera_root_password"
|
|
prompt: "What is galera_root_password?"
|