pdns-ansible icon indicating copy to clipboard operation
pdns-ansible copied to clipboard

PowerDNS Authoritative Ansible role

Results 40 pdns-ansible issues
Sort by recently updated
recently updated
newest added

FreeBSD was not supported as an installation target. There are a number of differences which are taken card of by these changes.

Add support for configuration reload without service restart.

enhancement

As the defaut configuration of powerdns is only a documentation of available parameters and their default values, modify the configuration tasks in order to leave default config untouched and to...

When you change a variable (like picking 4.0 vs. master) I don't think we clean up the old one. Probably other things we should be cleaning up too.

It would be convenient to be able to install these roles as a collection as Ansible has been really pushing that over installing roles individually.

Without the **policycoreutils-python-utils** package and using a minimal AlmaLinux 9 (almost 100% sure that it will happen with others distros too) the [SElinux tasks](https://github.com/PowerDNS/pdns-ansible/blob/master/tasks/selinux.yml) fail with this error: ``` "msg":...

Hello there, are this repo been maintained ?? asking because: - I see a lot of open PR since long time ago - Support for almalinux are on Master, but...

Add pgsql backend and tests Add postgresql credentials variable in README.md Flag for creating or use existing DB Add install-dependencies.yml tasks in main.yml

- According to Ansible official documentation, the module naming should be prefixed with the collections keyword . see : https://docs.ansible.com/ansible/latest/reference_appendices/glossary.html#term-Fully-Qualified-Collection-Name-FQCN. - Booleans were updated to only be true or false,...