keepalived/tests/keepalived.conf.in

18 lines
266 B
Plaintext
Raw Normal View History

2021-08-16 19:39:49 +00:00
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
}
}