- Fix failing CI pipeline (!57 by tobiashuste).
- Install Keepalived 2.2.7 by default (!58 by christian.hueser.hzdr).
1.1.1 - 2021-07-08
- Fix failing built of Keepalived from source with module make in initial dry-runs (!55 by christian.hueser.hzdr).
1.1.0 - 2021-06-28
- Bump keepalived from 2.2.1 to 2.2.2 (!53 by Normo).
- Use FQDN for Ansible modules (!52 by Normo).
- Make a dry-run part of molecule default scenario (!49 by Normo).
1.0.0 - 2021-01-26
- Resolve "Refactor file path variables" (!35 by Normo).
- Set keepalived 2.2.1 as default version (!37 by Normo).
- Remove keepalived user and group (!39 by Normo).
- Update role meta information (!38 by Normo).
- Rename default branch to 'main' (!41 by Normo).
- Update virtual env packages (!43 by Normo).
- Add variable to configure
max_auto_priority
(!44 by Normo).
0.5.0 - 2021-01-21
The keepalived executable has been moved from the build directory
/usr/local/src/keepalived-x.y.z/sbin/keepalived
to
/usr/local/sbin/keepalived
. Due to this fact, the build directory of the
previous version is not removed during an upgrade. This needs to be done
manually.
- Put sysconfig file into config directory (!12 by christian.hueser.hzdr)
- Simplify systemd config reload (!30 by Normo).
- Use a temporary directory as build directory (!34 by Normo).
- Resolve "Upgrading Keepalived executable does not work as expected due to wrong path variables" (!32 by christian.hueser.hzdr).
0.4.0 - 2020-11-11
0.3.0 - 2020-09-25
- Enable keepalived process tracking (!19 by tobiashuste).
- Make CI jobs interruptible to support auto-cancellation (!21 by tobiashuste).
- Cache pipenv dependencies in .gitlab-ci.yml (!22 by tobiashuste)
- Fix runtime directory not being available after reboot (!20 by tobiashuste).
0.2.1 - 2020-08-20
- Fix mandatory variables check for
keepalived_virtual_ipaddress_configs
(!17 by tobiashuste).
0.2.0 - 2020-08-18
- Optionally allow to specify multiple virtual IP addresses (!16 by tobiashuste).
0.1.0 - 2020-08-14
Initial release of the Ansible Keepalived Role.