Files
iac-homelab/ansible/roles/dns_server/templates/records.home.j2
2025-06-09 11:58:11 +02:00

9 lines
321 B
Django/Jinja

# ===================================================
# Fichier des enregistrements DNS statiques (home)
# GÉRÉ PAR ANSIBLE
# Source: group_vars/all/static_records.yml
# ===================================================
{% for record in dns_records_home %}
{{ record.ip }} {{ record.names | join(' ') }}
{% endfor %}