ansible-role-powerdns-letse.../vars/main.yml
Julian Rother 5ef7d7ddb4
Bookworm compatibility
New PowerDNS versions enable the newly introduced zone caching per default.
With zone caching enabled, PowerDNS refuses to start if any configured
backend does not support zone caching. This disables zone caching while
maintaining compatability with Debian Bullseye.
2023-10-17 23:45:28 +02:00

8 lines
326 B
YAML

powerdns:
config:
launch:
"pipe:letsencrypt": {}
"pipe-letsencrypt-regex": "^_acme-challenge\\."
"pipe-letsencrypt-command": "/usr/local/bin/pdns.py pdns_backend"
"pipe-letsencrypt-abi-version": "1"
"zone-cache-refresh-interval": "{{ omit if ansible_distribution_release == 'bullseye' else '0' }}"