PowerDNS

Python - Manage PowerDNS Zones/Records

13 minute read

While working on another PowerDNS project I have started working on a Python script to manage Zones/Records. Being that there is not a ton of info out there ...

Ansible - Discover and Backup PowerDNS

3 minute read

Refreshed June 2026: the original did this with two playbooks, a shell wrapper, and a chain of curl, jq, grep, replace, and lineinfile to turn JSON into a...