|
|
|
---
|
|
|
|
|
|
|
|
# domain: "example.com"
|
|
|
|
|
|
|
|
domain_directory: "{{ zones_directory }}/{{ domain }}"
|
|
|
|
configuration_file: "{{ domain_directory }}/zone.conf"
|
|
|
|
data_directory: "{{ global_bind_data_directory }}/{{ domain }}"
|
|
|
|
database_file: "{{ data_directory }}/zone.db"
|
|
|
|
keys_directory: "{{ data_directory }}/keys"
|
|
|
|
|
|
|
|
dns_list_file: "{{ global_dns_list_directory }}/{{ domain }}"
|
|
|
|
|
|
|
|
dnssec_algorithm: "RSASHA512"
|
|
|
|
dnssec_key_length: "4096"
|
|
|
|
ttl_default: "{{ global_dns_ttl }}" # TTL for entries where TTL was omitted
|
|
|
|
|
|
|
|
# Following domain names are considered absolute
|
|
|
|
main_nameserver_domain: "ns1.{{ domain }}"
|
|
|
|
responsible_mail_name: "admin.{{ domain }}"
|
|
|
|
refresh: 86400
|
|
|
|
retry: 7200
|
|
|
|
expire: 3600000
|
|
|
|
ttl: "{{ global_dns_ttl }}"
|
|
|
|
|
|
|
|
dname_subdomain: "external" # Must not contain the base domain, can be used to allow ignoring local overrides on purpose, will be ignored if empty
|