keepalived/tests/keepalived.conf.in
2023-07-10 09:22:03 +02:00

18 lines
266 B
Plaintext

global_defs {
router_id TEST
}
vrrp_instance VRRP {
state MASTER
priority 100
advert_int 1
interface eth0
virtual_router_id 100
virtual_ipaddress {
$VIP_INCLUDE
}
virtual_ipaddress_excluded {
$VIP_EXCLUDE
}
}