Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sol1-keepalived
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sol1 Ansible Roles
sol1-keepalived
Commits
f71a44c9
Commit
f71a44c9
authored
2 years ago
by
David Kempe
Browse files
Options
Downloads
Patches
Plain Diff
sync should be optional
parent
40682fc6
Branches
master
Tags
v2.0.4
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
templates/keepalived.conf.j2
+1
-1
1 addition, 1 deletion
templates/keepalived.conf.j2
with
1 addition
and
1 deletion
templates/keepalived.conf.j2
+
1
−
1
View file @
f71a44c9
...
...
@@ -53,7 +53,7 @@ vrrp_instance {{ instance.name }} {
}
{% endfor %}
{% if keepalived_sync_group is defined %}
{% if keepalived_sync_group is defined
and keepalived_sync_group == True
%}
vrrp_sync_group link_instances {
group {
{% for instance in keepalived_instance %}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment