Add carp interface for mqtt failover
This commit is contained in:
parent
44c3621a55
commit
00ee556f5e
1 changed files with 7 additions and 0 deletions
|
@ -5,3 +5,10 @@ firewall_in:
|
||||||
- {proto: tcp, port: 1883, from: [172.20.27.0/24]}
|
- {proto: tcp, port: 1883, from: [172.20.27.0/24]}
|
||||||
- {proto: tcp, port: 9100, from: [172.20.20.0/22]}
|
- {proto: tcp, port: 9100, from: [172.20.20.0/22]}
|
||||||
- {proto: tcp, port: 8883, from: [172.20.20.0/22, 172.20.27.0/24]}
|
- {proto: tcp, port: 8883, from: [172.20.20.0/22, 172.20.27.0/24]}
|
||||||
|
|
||||||
|
network_vip_interfaces:
|
||||||
|
- device: vio1
|
||||||
|
vhid: 13
|
||||||
|
ipaddr: 172.20.27.13
|
||||||
|
netmask: 255.255.255.0
|
||||||
|
pass: "{{ vip13_pass }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue