syntax
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
api = Yes
|
||||
api-key ={{ pdns_api_key | default(lookup('password', '/etc/powerdns/pdns.d/.api-key' length=20)) }}
|
||||
api-key ={{ pdns_api_key | default(lookup('password', '/etc/powerdns/pdns.d/.api-key length=20')) }}
|
||||
webserver = Yes
|
||||
webserver-address = {% if wg_local_ip is defined %}, {{ wg_local_ip | ansible.utils.ipaddr('address') }}{% else %}{{ ansible_default_ipv4.address }}{% endif %}
|
||||
Reference in New Issue
Block a user