feat: Use automatic inventory

This commit is contained in:
2025-02-25 15:10:22 +01:00
parent 89a1ba95cd
commit 180fe1c26a
6 changed files with 46 additions and 21 deletions

View File

@@ -0,0 +1,7 @@
# {{ ansible_managed }}
{% for host in group['zone_gaia'] %}
# {{ inventory_hostname }}
192.168.84.{{ proxmox_host_id }} {{ inventory_hostname }} {{ inventory_hostname_short }} {{ dnsmasq_host_aliases | join(' ') }}
2a01:cb00:131:f100::d0{{ proxmox_host_id }} {{ inventory_hostname }} {{ inventory_hostname_short }} {{ dnsmasq_host_aliases | join(' ') }}
{% endfor %}