Repos with recipes to deploy some infrastructure services
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

2.8 KiB

v1.2.1 (2019-02-18)

IMPROVEMENTS:

  • Improved PowerDNS config files and directories permissions handling (#44)

v1.2.0 (2019-02-13)

NEW FEATURES:

  • Add some variables to allow to configure the status of the Recursor service (#45)

v1.1.1 (2019-01-29)

BUG FIXES:

  • Fix an issue with the recursor.conf Jinja2 template resulting in the threads configuration being rendered wrongly

v1.1.0 (2018-12-02)

NEW FEATURES:

  • Add an option (pdns_rec_disable_handlers) to disable the automated restart of the service on configuration changes (#43)

BUG FIXES:

  • Handle correctly the threads variable in the PowerDNS Recursor configuration template (#41)
  • Ensure that lists are correctly expanded in the PowerDNS Recursor configuration template (#42)

v1.0.0 (2018-07-13)

BREAKING CHANGES:

  • Rename the pdns_rec_lua_config_file_content variable to pdns_rec_config_lua_file_content
  • Rename the pdns_rec_lua_dns_script_content variable to pdns_rec_config_lua_dns_script_file_content

NEW FEATURES:

  • CI with molecule 2.14.0 (#39)
  • Install debuginfo packages (#38)
  • Allow to manage systemd overrides (#37)

IMPROVEMENTS:

  • Improved documentation (#39)

BUG FIXES:

  • Fix the examples in the README file (#31)
  • Handle different version string for Debian and CentOS (#30)

v0.1.1 (2017-09-29)

NEW FEATURES:

  • Install specific PowerDNS Recursor versions (#29)

IMPROVEMENTS:

  • Add support to the PowerDNS Recursor 4.1.x releases (#28)
  • Fixing minor linter issues with whitespace (#30)

BUG FIXES:

  • Handle correctly the include-dir configuration setting when defined

v0.1.0 (2017-06-09)

Initial release.

NEW FEATURES:

  • PowerDNS Recursor installation and configuration with Red-Hat and Debian support

IMPROVEMENTS:

  • Switch to the MIT License (#27)
  • Overall role refactoring (#19)