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
|
||||
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?"
|
||||
- name: Installation and setup of Nova
|
||||
hosts: nova_all
|
||||
user: root
|
||||
roles:
|
||||
- { role: "os_nova", tags: [ "os-nova" ] }
|
||||
vars:
|
||||
nova_galera_address: "{{ internal_lb_vip_address }}"
|
||||
galera_root_user: root
|
||||
vars_prompt:
|
||||
- name: "galera_root_password"
|
||||
prompt: "What is galera_root_password?"
|
||||
|
Loading…
Reference in New Issue
Block a user