bind9-ansible-role/templates/zone.j2

13 lines
557 B
Django/Jinja

;========================================================================================================
;
; DO NOT TOUCH!
;
; This file is managed by Ansible.
; {{ansible_managed}}
;
;========================================================================================================
@ IN SOA {{item.soa}} . ({{ansible_date_time.epoch}} 3600 900 604800 240)
{% for record in item.records %}
{{record}}
{% endfor%}