openstack-ansible-os_neutron/examples/playbook.yml

8 lines
229 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 }}"