Releases: evrardjp/ansible-keepalived
Releases · evrardjp/ansible-keepalived
3.8.0
- Added support of EL8 thanks to @pugnacity
- Extended healthchecks thanks to Sebastian Pietsch, @thehawkes
Thanks to all of you!
3.7.0
This introduces the following changes:
- New feature: Removed useless copyright notice: users don't need to see it in the generated config file.
- New feature: Allow to not create systemd override, for those who want such things.
- Bug fix for
semodule -l
when in ansible check mode (--check
)
Thanks to @jacekkow for the patches!
Add IPv6 non local bind (by default) and optional track scripts support
Merge pull request #119 from MartinVerges/croit-updates add ipv6.ip_nonlocal_bind, group track_scripts
Add virtual_rules feature
Merge pull request #111 from miloaec/master Add virtual_rules to template
3.4.1: Merge pull request #102 from retr0h/pre-commit-fixup
Improved gilt compatibility by removing useless whitespaces. Thanks @retr0h !
3.4.0
3.3.0
3.2.1 Bugfix
This adds a fix for people wanting to keep check_script in the templated keepalived configuration (for example a shell script with arguments), while keeping the src_check_script for its upload. That means the source file will now get uploaded to any filename, which could be different than the check_script argument, and therefore not being the wrong filename.
Kudos to @Dazul .