openstack-ansible-os_neutron/examples/playbook.yml
fpxie 51d336489e Trivial: Fix the pep8 warning
The yaml should start with "---"

Change-Id: Ie92f17fec88bf1f027214878038db269035c3b16
2018-05-08 11:58:54 +08:00

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