fpxie dbb88cbe39 Trivial: Fix the pep8 warning
The yaml should start with "---"

Change-Id: Id26976a9ba87992562024d801f4f7e3ab3504817
2018-06-20 16:11:12 +08:00

10 lines
213 B
YAML

---
- name: Install swift server
hosts: swift_all
user: root
roles:
- { role: "os_swift", tags: [ "os-swift" ] }
vars:
external_lb_vip_address: 172.16.24.1
internal_lb_vip_address: 192.168.0.1