Fix example playbook linters
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/896017 Change-Id: I19aa9c5e915aa7e71617de6556d1eccff1a93ebb
This commit is contained in:
parent
1ae94217ec
commit
3a7c5e6634
@ -3,7 +3,9 @@
|
|||||||
hosts: octavia_all
|
hosts: octavia_all
|
||||||
user: root
|
user: root
|
||||||
roles:
|
roles:
|
||||||
- { role: "os_octavia", tags: [ "os-octavia" ] }
|
- role: os_octavia
|
||||||
|
tags:
|
||||||
|
- os-octavia
|
||||||
vars:
|
vars:
|
||||||
external_lb_vip_address: 172.16.24.1
|
external_lb_vip_address: 172.16.24.1
|
||||||
internal_lb_vip_address: 192.168.0.1
|
internal_lb_vip_address: 192.168.0.1
|
||||||
|
Loading…
Reference in New Issue
Block a user