alliance-boreale/ansible/roles/powerdns-authoritative/templates/pdns.local.gpgsql.conf.j2

13 lines
354 B
Text
Raw Normal View History

# Alliance Boréale - PowerDNS PostgreSQL Backend
# Generated by Ansible - DO NOT EDIT MANUALLY
# Host: {{ inventory_hostname }}
# Date: {{ ansible_date_time.iso8601 }}
# PostgreSQL connection
gpgsql-host=/var/run/postgresql
gpgsql-port=5432
gpgsql-dbname=powerdns
gpgsql-user=pdns
gpgsql-password={{ vault_postgresql_pdns_password }}
gpgsql-dnssec=yes