added contrib files

This commit is contained in:
Bart Sjerps
2026-06-06 20:00:50 +02:00
parent d805a5d27b
commit f77387ad1b
5 changed files with 104 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
! Configuration File for keepalived
global_defs {
notification_email {
acassen@firewall.loc
failover@firewall.loc
sysadmin@firewall.loc
}
}
vrrp_instance VI_1 {
state BACKUP
interface enp6s18
virtual_router_id 51
priority 50
advert_int 1
authentication {
auth_type PASS
auth_pass 1111
}
virtual_ipaddress {
192.168.10.1
}
}