From 3caac19d25a5815e9a17b14373979ddadf0d564b Mon Sep 17 00:00:00 2001 From: VC Date: Sun, 22 Jun 2025 09:30:17 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8:=20add=20HAOS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/nsd/templates/zones/mateu.be.zone.j2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/roles/nsd/templates/zones/mateu.be.zone.j2 b/roles/nsd/templates/zones/mateu.be.zone.j2 index 7e083a4..6ee4fd0 100644 --- a/roles/nsd/templates/zones/mateu.be.zone.j2 +++ b/roles/nsd/templates/zones/mateu.be.zone.j2 @@ -37,6 +37,8 @@ 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 +haos.dmz IN A 10.233.212.51 +haos.dmz IN AAAA 2a01:e0a:9bd:2811::51 imprimante IN A 10.233.212.94 machinbox IN A {{ global_public_ip_address }} machinbox IN AAAA 2a01:e0a:9bd:2810::1 @@ -51,7 +53,7 @@ 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 %} +{% for proxmox_host in groups['proxmox_all_lxc'] | 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 }}