alliance-boreale/infrastructure/ansible2/roles/powerdns-authoritative/templates/pdns.local.gpgsql.conf.j2
Dan Allaire ef98fd8a3f Refonte
2026-03-09 18:23:06 -04:00

12 lines
354 B
Django/Jinja

# 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