Add carp interface for mqtt failover

This commit is contained in:
Timo Makinen 2025-06-23 17:54:30 +00:00
parent 44c3621a55
commit 00ee556f5e

View file

@ -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 }}"