Added KEEPALIVED_STATE environment variable. #19
This commit is contained in:
@@ -9,7 +9,7 @@ vrrp_instance VI_1 {
|
||||
{{ KEEPALIVED_INTERFACE }}
|
||||
}
|
||||
|
||||
state BACKUP
|
||||
state {{ KEEPALIVED_STATE }}
|
||||
virtual_router_id {{ KEEPALIVED_ROUTER_ID }}
|
||||
priority {{ KEEPALIVED_PRIORITY }}
|
||||
nopreempt
|
||||
|
||||
Reference in New Issue
Block a user