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 }}"
|