Skip to content

Commit

Permalink
Ansible Generated Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
buluma committed Mar 25, 2024
1 parent 36ea73f commit 46a55e9
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ Show at least the error, possible related output, if possible all the output.
- Control node OS: [e.g. Debian 9] (`cat /etc/os-release`)
- Control node Ansible version: [e.g. 2.9.1] (`ansible --version`)
- Managed node OS: [e.g. CentOS 7] (`cat /etc/os-release`)

1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ Why is this feature required?
## Additional context

Add any other context about the feature request here.

1 change: 0 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,3 @@ In the comment-box, you can [refer to the issue number](https://help.github.com/
Now I'll get a message that you've added some code. Thank you, really.

CI starts to test your changes once pull request is reviewed. You can follow the progress on GitHub.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,3 @@ If you find issues, please register them in [GitHub](https://github.com/buluma/a
## [Author Information](#author-information)
[Shadow Walker](https://buluma.github.io/)
1 change: 0 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ Please [open an issue](https://github.com/buluma/ansible-role-keepalived/issues)
Tell them where to go, how often they can expect to get an update on a
reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.

2 changes: 1 addition & 1 deletion templates/keepalived.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% if instance.check_status_command is defined %}

vrrp_script chk_command_{{ instance.virtual_router_id }} {
script "{{ instance.check_status_command }} " # command that verify status
script "{{ instance.check_status_command }} " # command that verify status
interval 2 # check every 2 seconds
weight 3 # add 3 points of prio if OK
}
Expand Down

0 comments on commit 46a55e9

Please sign in to comment.