dbb88cbe39
The yaml should start with "---" Change-Id: Id26976a9ba87992562024d801f4f7e3ab3504817
10 lines
213 B
YAML
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
|