docker-keepalived/image/service/keepalived/assets/keepalived.conf

20 lines
287 B
Plaintext
Raw Normal View History

2015-06-09 18:41:43 +00:00
vrrp_instance VI_1 {
interface eno1
state MASTER
virtual_router_id 51
priority {{ keepalived_priority }}
unicast_peer {
{{ peer_ip }}
}
virtual_ipaddress {
{{ floating_ip }}
}
authentication {
auth_type PASS
auth_pass {{ keepalived_password }}
}
}