51d336489e
The yaml should start with "---" Change-Id: Ie92f17fec88bf1f027214878038db269035c3b16
9 lines
233 B
YAML
9 lines
233 B
YAML
---
|
|
- name: Installation and setup of Neutron
|
|
hosts: neutron_all
|
|
user: root
|
|
roles:
|
|
- { role: "os_neutron", tags: [ "neutron-install", "neutron-config" ] }
|
|
vars:
|
|
neutron_galera_address: "{{ internal_lb_vip_address }}"
|