13 lines
354 B
Text
13 lines
354 B
Text
|
|
# 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
|