Fix netmask from virtual ip on nms hosts
This commit is contained in:
parent
bfa4167822
commit
2b8b9f69f7
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ network_vip_interfaces:
|
||||||
- device: eth1
|
- device: eth1
|
||||||
vhid: 25
|
vhid: 25
|
||||||
ipaddr: 172.20.25.1
|
ipaddr: 172.20.25.1
|
||||||
netmask: 255.255.0.0
|
netmask: 255.255.255.0
|
||||||
pass: "{{ vip25_pass }}"
|
pass: "{{ vip25_pass }}"
|
||||||
priority: "{{ vip25_priority }}"
|
priority: "{{ vip25_priority }}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue