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.

16 lines
395 B
YAML

---
domain: "example.com"
domain_directory: "{{ dns_zones_directory }}/{{ domain }}"
configuration_file: "{{ domain_directory }}/zone.conf"
database_file: "{{ domain_directory }}/zone.db"
main_nameserver_domain: "ns1.{{ domain }}."
responsible_mail_name: "admin.{{ domain }}."
serial_number: "{{ lookup('pipe', 'date +\"%Y%m%d%H\"') }}"
refresh: 86400
retry: 7200
expire: 3600000
ttl: 172800