You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
724 B
YAML

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