Skip to content
Snippets Groups Projects
Commit 0e36644a authored by Josh Matthews's avatar Josh Matthews
Browse files

added in missing lines

parent 0f3a8f2d
Branches
Tags v1.0.2
No related merge requests found
......@@ -19,10 +19,11 @@ vrrp_instance VI_1 {
auth_type PASS
auth_pass {{ keepalived_auth_pass }}
}
virtual_ipaddresses {
{% for vip in keepalived_vip %}
{{ vip.address }} dev {{ vip.interface }} label {{ vip.interface }}:0
{% endfor %}
}
track_script {
chk_service
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment