Use correct password for virtual IP interface
This commit is contained in:
parent
86551d6dec
commit
107a2cd48b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ network_vip_interfaces:
|
||||||
vhid: 11
|
vhid: 11
|
||||||
ipaddr: 172.20.20.21
|
ipaddr: 172.20.20.21
|
||||||
netmask: 255.255.240.0
|
netmask: 255.255.240.0
|
||||||
pass: "{{ vip11_pass }}"
|
pass: "{{ vip21_pass }}"
|
||||||
- device: eth1
|
- device: eth1
|
||||||
vhid: 25
|
vhid: 25
|
||||||
ipaddr: 172.20.25.1
|
ipaddr: 172.20.25.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue