pdns-ansible
pdns-ansible copied to clipboard
PowerDNS Authoritative Ansible role
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
Bumps [molecule-plugins[docker]](https://github.com/ansible-community/molecule-plugins) from 23.4.1 to 23.5.0. Release notes Sourced from molecule-plugins[docker]'s releases. v23.5.0 Minor Changes podman: change ansible_async_dir only when $HOME is redefined (#173) @grcancelliere Fix ansible-lint errors (#169) @apatard...
Bumps [molecule-plugins[lint]](https://github.com/ansible-community/molecule-plugins) from 23.4.1 to 23.5.0. Release notes Sourced from molecule-plugins[lint]'s releases. v23.5.0 Minor Changes podman: change ansible_async_dir only when $HOME is redefined (#173) @grcancelliere Fix ansible-lint errors (#169) @apatard...
Bumps [molecule](https://github.com/ansible-community/molecule) from 5.1.0 to 6.0.2. Release notes Sourced from molecule's releases. v6.0.2 Bugfixes Update the getting started guide (#4023) @ajinkyau Update ansible-compat to v4.1.7 (#4022) @ajinkyau v6.0.1 Bugfixes Pass...
Tag doesn't work when i run playbook + Playbook *main.yml* ``` - name: Install and configure pdns hosts: pdns_cluster become: true gather_facts: false any_errors_fatal: true roles: - role: pdns-ansible ```...
When we have a gmysql backend, we do still want to run most of the Mysql-specific setup, apart from the db/user creation. Previously, the pdns_mysql_databases_credentials var was used to trigger...
removed nolog from pdns backend install as this is hiding the error message (i.e. hinting to the missing vault) but still hide the password in normal log
Debian Bullseye removes many Python 2 libraries, leading to a failure to install python-mysqldb on a Bullseye box. I'll try and build a suitable patch for this.
fix for debian >= 11 regarding python-mysqldb package