openstack-ansible-os_nova/examples/playbook.yml
wangqi 5061f49813 Trivial: Fix the pep8 warning
The yaml should start with "---"

Change-Id: I76ee92f36b3b91cce527c19860798c7cd36c27f9
2018-08-06 07:47:12 +00:00

15 lines
393 B
YAML

---
.. code-block:: yaml
- name: Installation and setup of Nova
hosts: nova_all
user: root
roles:
- { role: "os_neutron", tags: [ "os-neutron" ] }
vars:
neutron_galera_address: "{{ internal_lb_vip_address }}"
galera_root_user: root
vars_prompt:
- name: "galera_root_password"
prompt: "What is galera_root_password?"