ansible-role-powerdns/defaults/main.yml
Julian Rother a270aad58e
Bookworm compatibility
Disables security update notifications. In Bookworm PowerDNS fails to start
with security update notifications enabled.

Adds special handling of config value "omit" for setting new config options
in a backwards-compatible way.
2023-10-17 23:40:41 +02:00

34 lines
807 B
YAML

powerdns:
config:
"allow-axfr-ips":
- ::1
- 127.0.0.0/8
"bind-config": /etc/powerdns/backends/bind.conf
"config-dir": /etc/powerdns
"daemon": "yes"
"default-ttl": 3600
"expand-alias": "yes"
"guardian": "yes"
"include-dir": "/etc/powerdns/pdns.d"
"launch":
bind: {}
"master": "no" # deprecated in 4.5.x, renamed to "primary" in newer versions
"resolver": 127.0.0.1
"reuseport": "yes"
"setgid": pdns
"setuid": pdns
"slave": "no" # deprecated in 4.5.x, renamed to "secondary" in newer versions
"version-string": "1"
"security-poll-suffix": ""
zonemeta: {}
zonemeta_defaults:
type: native
"allow-query":
- any
"allow-update":
- none
"allow-transfer":
- none
"slaves":
- none
zones: {}