keepalived 2.0.10

This commit is contained in:
Bertrand Gouny
2018-11-13 16:00:03 +01:00
parent 7ba23d213d
commit b8ed2e1c74
5 changed files with 63 additions and 60 deletions
@@ -5,10 +5,6 @@ global_defs {
vrrp_instance VI_1 {
interface {{ KEEPALIVED_INTERFACE }}
track_interface {
{{ KEEPALIVED_INTERFACE }}
}
state BACKUP
virtual_router_id {{ KEEPALIVED_ROUTER_ID }}
priority {{ KEEPALIVED_PRIORITY }}