7777d81f1a
Update the role documentation to match the newly proposed format. In the new format, each role project should maintain the configuration variations for the role project itself. Change-Id: I165891189ffa67680980a70178fd55951cad293b
10 lines
256 B
YAML
10 lines
256 B
YAML
.. code-block:: yaml
|
|
|
|
- name: Installation and setup of Neutron
|
|
hosts: neutron_all
|
|
user: root
|
|
roles:
|
|
- { role: "os_neutron", tags: [ "os-neutron" ] }
|
|
vars:
|
|
neutron_galera_address: "{{ internal_lb_vip_address }}"
|