$TTL 86400 @ IN SOA {{ groups['master_nsdservers'] | first }}. tech.ovh.net. ( {{ dns_serial }}; timestamp serial number 28800; Refresh 7200; Retry 864000; Expire 86400; Min TTL ) {% for server in groups['nsdservers'] %} @ IN NS {{ hostvars[server].ansible_host | regex_replace('^([a-z0-9-]+)\\.', '\\1-v4.') if hostvars[server].ansible_host.endswith('dmz.mateu.be') else hostvars[server].ansible_host }}. {% endfor %} $ORIGIN {{ item.name }}. @ IN CAA 0 issue "letsencrypt.org" @ IN MX 1 mail.dmz.mateu.be. @ 3600 IN TXT "v=spf1 mx a:ks3370405.kimsufi.com -all" @ 3600 IN TXT "spf2.0/mfrom mx a:ks3370405.kimsufi.com -all" _dmarc 3600 IN TXT "v=DMARC1; p=reject; rua=mailto:report@mateu.be; adkim=s; aspf=s" dkim._domainkey 3600 IN TXT "v=DKIM1; k=rsa; t=s; s=email; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCv3kGIw5015Q35LLbkGwaBE+wC0PseodezDdkoGwzRsazEWINv1bg0mCIjtDbXLpv5VgRSynRyB+764i15DoFJp6mabcHlXxQVBWMClAtCJ9+Fn6SEwQjFbQeuFVQKH3xMwIq0S+ggP7qhFTaiLBn909Fi8oEMXGvqbBSlvoaeJwIDAQAB" libertus.eu._report._dmarc 3600 IN TXT "v=DMARC1;" nintendojo.fr._report._dmarc 3600 IN TXT "v=DMARC1;" p.libertus.eu._report._dmarc 3600 IN TXT "v=DMARC1;" altsrv IN CNAME ks3370405.kimsufi.com. backup IN A 10.233.212.60 baybay-ponay IN AAAA 2a01:e0a:9bd:2810:9e6b:ff:fe13:ef88 ciol IN A 109.190.68.133 derdriu IN A 10.233.212.77 dom IN A 10.233.212.15 enbarr.dmz IN AAAA 2a01:e0a:9bd:2811::50 evse IN A 10.233.211.198 fc IN A 10.233.211.194 frederica.dmz IN A {{ global_public_ip_address }} frederica.dmz IN AAAA 2a01:e0a:9bd:2811::60 ftp IN A 10.233.212.14 garreg-mach IN A 10.233.212.66 imprimante IN A 10.233.212.94 machinbox IN A {{ global_public_ip_address }} machinbox IN AAAA 2a01:e0a:9bd:2810::1 mailalt IN CNAME altsrv memcardprogc IN A 10.233.211.199 nfs IN A 10.233.212.60 rb IN A 194.156.203.253 rc IN A 10.233.211.195 serenor.dmz IN A {{ global_public_ip_address }} serenor.dmz IN AAAA 2a01:e0a:9bd:2811::59 {% for proxmox_host in (groups['proxmox_all_lxc'] + groups['proxmox_all_qemu']) | sort %} {{ proxmox_host }}.dmz IN A {{ global_public_ip_address }} {% if proxmox_host.startswith('dns') %} {{ proxmox_host }}-v4.dmz IN A {{ global_public_ip_address }} {% endif %} {{ proxmox_host }}.dmz IN AAAA {{ hostvars[proxmox_host].proxmox_net0.ip6 | ansible.utils.ipaddr('address') }} {% endfor %} {{ web_hostname_block }}