configure correct backend for powerdns secondaries
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
launch += gmysql
|
||||
gmysql-host = {{ pdns_pri_server }}
|
||||
gmysql-password = {{ pdns_db_passwd | default(lookup('password', '/etc/powerdns/pdns.d/.mysqlpw length=20')) }}
|
||||
gmysql-dnssec = Yes
|
||||
@@ -1,4 +1,4 @@
|
||||
include-dir=/etc/powerdns/pdns.d
|
||||
launch=
|
||||
local-address={{ ansible_default_ipv4.address }}, [{{ ansible_default_ipv6.address }}], 127.0.0.1:553{% if wg_local_ip is defined %}, {{ wg_local_ip | ansible.utils.ipaddr('address') }}:553{% endif %}
|
||||
security-poll-suffix=
|
||||
launch += gmysql
|
||||
gmysql-host = {{ pdns_pri_server }}
|
||||
gmysql-password = {{ pdns_db_passwd | default(lookup('password', '/etc/powerdns/pdns.d/.mysqlpw length=20')) }}
|
||||
gmysql-dnssec = Yes
|
||||
|
||||
Reference in New Issue
Block a user