Remove useless code-block tag
Just make consistent with https://docs.openstack.org/openstack-ansible-os_neutron/latest/index.html#example-playbook Change-Id: I4cbef78170f64c056ea5e9f378ee6292d68656ac
This commit is contained in:
parent
8d1acc6996
commit
1584e8ce64
@ -1,14 +1,12 @@
|
|||||||
---
|
---
|
||||||
.. code-block:: yaml
|
- name: Installation and setup of Nova
|
||||||
|
hosts: nova_all
|
||||||
- name: Installation and setup of Nova
|
user: root
|
||||||
hosts: nova_all
|
roles:
|
||||||
user: root
|
- { role: "os_nova", tags: [ "os-nova" ] }
|
||||||
roles:
|
vars:
|
||||||
- { role: "os_neutron", tags: [ "os-neutron" ] }
|
nova_galera_address: "{{ internal_lb_vip_address }}"
|
||||||
vars:
|
galera_root_user: root
|
||||||
neutron_galera_address: "{{ internal_lb_vip_address }}"
|
vars_prompt:
|
||||||
galera_root_user: root
|
- name: "galera_root_password"
|
||||||
vars_prompt:
|
prompt: "What is galera_root_password?"
|
||||||
- name: "galera_root_password"
|
|
||||||
prompt: "What is galera_root_password?"
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user