BUG FIXES:
-
- Fix the restart of the PowerDNS service in case of instances with different
pdns_service_name
being configured in the same play (#70)
- Fix the restart of the PowerDNS service in case of instances with different
IMPROVEMENTS:
- Add support to the PowerDNS 4.3.x release (#69)
- Add support to the PowerDNS 4.2.x release (#61)
- Install missing SQLite packages (#69)
- Improved PowerDNS configuration files and directories permissions handling (#69)
- Stop interpreting 0 & 1 as no & yes in the PowerDNS configuration template (#68)
- Fix some strings comparisons and variable types issues reported by ansible-lint (#66)
- Update the CI infrastructure to test the role against the Ansible 2.7, 2.8 and 2.9 releases (#67)
- Update the CI infrastructure to stop testing against an EOL Ubuntu release (#62)
BUG FIXES:
- Fix handling of lists expansion in the PowerDNS configuration template (#55)
NEW FEATURES:
- Allow to disable automated restart of the service on configuration changes (#54)
NEW FEATURES:
- Add support to systemd overrides definitions (#53)
IMPROVEMENTS:
- Implement stricter
pdns_config_dir
andpdns_config['include-dir']
folders permissions (#53) - Improved documentation (#52)
- Update the CI infrastructure to use molecule 2.14.0 (#51)
- Improved test coverage of systemd support (#49)
BUG FIXES:
- Fix the name of the PostgreSQL backend on RHEL
NEW FEATURES:
- Allow to install PowerDNS debug packages (#47)
IMPROVEMENTS:
IMPROVEMENTS:
- Implement testing against multiple ansible versions with tox (#43)
BUG FIXES:
- Fixed test cases and hardened file permissions (#42)
IMPROVEMENTS:
BUG FIXES:
- Fix the logic handling the different packages versions for Debian and CentOS (#43)
- Fix a few typos in the README file (#39)
NEW FEATURES:
- Allow to pin the PowerDNS version to be installed (#34)
IMPROVEMENTS:
BUG FIXES:
- Fix Ubuntu APT repositories pinning (#32)
Initial release.
NEW FEATURES:
- MySQL and SQLite databases initialization
- PowerDNS installation and configuration with RHEL/CentOS and Debian/Ubuntu support
- Continuous testing with TravisCI
IMPROVEMENTS: