Skip to content

Releases: evrardjp/ansible-keepalived

3.8.0

14 Jan 07:42
Compare
Choose a tag to compare
  • Added support of EL8 thanks to @pugnacity
  • Extended healthchecks thanks to Sebastian Pietsch, @thehawkes

Thanks to all of you!

3.7.0

23 Dec 12:18
9e7a079
Compare
Choose a tag to compare

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

24 Oct 13:21
1c62afa
Compare
Choose a tag to compare
Merge pull request #119 from MartinVerges/croit-updates

add ipv6.ip_nonlocal_bind, group track_scripts

Add virtual_rules feature

09 Sep 07:02
8bbfc28
Compare
Choose a tag to compare
Merge pull request #111 from miloaec/master

Add virtual_rules to template

3.4.1: Merge pull request #102 from retr0h/pre-commit-fixup

15 Jul 08:06
b9013a7
Compare
Choose a tag to compare

Improved gilt compatibility by removing useless whitespaces. Thanks @retr0h !

3.4.0

23 Apr 11:00
1842433
Compare
Choose a tag to compare

Add Weight support. Thanks @styleart!

3.3.0

22 Mar 17:19
1013060
Compare
Choose a tag to compare

Added SSL_GET feature. Thanks @dwerder!

3.2.1 Bugfix

19 Feb 19:32
00c9600
Compare
Choose a tag to compare

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 .

3.2

17 Oct 09:13
4dc47bc
Compare
Choose a tag to compare
3.2

New release with ansible 2.4 and above support.
Please use ansible-keepalived release 3.1.4 for older ansible versions.

3.1.4

16 Oct 12:52
b15d360
Compare
Choose a tag to compare

Latest release with Ansible 2.3 support.

Includes ability to provide daemon argument modifications, changes from #65. Thanks to @noonedeadpunk .