feat: add keepalived (unused)

This commit is contained in:
2026-06-29 00:21:40 +01:00
parent 82b3e5f9dd
commit 0d079ee672
3 changed files with 35 additions and 0 deletions
@@ -0,0 +1,19 @@
vrrp_instance VI_1 {
state MASTER
interface enp5s0
virtual_router_id 51
priority 100
advert_int 1
authentication {
auth_type PASS
auth_pass 1111
}
virtual_ipaddress {
10.150.0.100
10.150.0.101
10.150.0.102
}
# Allow packets addressed to the VIPs above to be received
accept
}