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.
8 lines
326 B
YAML
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' }}"
|