ansible-role-powerdns/defaults/main.yml
2020-05-12 00:03:27 +02:00

33 lines
701 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
"guardian": "yes"
"include-dir": "/etc/powerdns/pdns.d"
"launch":
bind: {}
"master": "no"
"reuseport": "yes"
"setgid": pdns
"setuid": pdns
"slave": "no"
"soa-minimum-ttl": 300
"tcp-control-secret": "{{ lookup('password', '/dev/null length=64') }}"
"version-string": "1"
zonemeta: {}
zonemeta_defaults:
type: master
"allow-query":
- any
"allow-update":
- none
"allow-transfer":
- none
"slaves":
- none
zones: {}