5061f49813
The yaml should start with "---" Change-Id: I76ee92f36b3b91cce527c19860798c7cd36c27f9
15 lines
393 B
YAML
15 lines
393 B
YAML
---
|
|
.. code-block:: yaml
|
|
|
|
- name: Installation and setup of Nova
|
|
hosts: nova_all
|
|
user: root
|
|
roles:
|
|
- { role: "os_neutron", tags: [ "os-neutron" ] }
|
|
vars:
|
|
neutron_galera_address: "{{ internal_lb_vip_address }}"
|
|
galera_root_user: root
|
|
vars_prompt:
|
|
- name: "galera_root_password"
|
|
prompt: "What is galera_root_password?"
|