# =================================================== # 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 %}