ansible-playbooks/roles/load-balancer/templates/keepalived.conf

24 lines
474 B
Plaintext
Raw Normal View History

global_defs {
notification_email {
ztseguin+notifications@csclub.uwaterloo.ca
}
notification_email_from load-balancer@csclub.uwaterloo.ca
}
! load-balancer.csclub.uwaterloo.ca
vrrp_instance VI_10 {
state MASTER
interface eth0
virtual_router_id 10
priority {{ lb_priority }}
advert_int 1
authentication {
auth_type PASS
auth_pass CSC_VRRP
}
virtual_ipaddress {
129.97.134.10
2620:101:f000:4901:c5c::10ad
}
}