first commit
This commit is contained in:
8
ansible/roles/dns_server/templates/records.home.j2
Normal file
8
ansible/roles/dns_server/templates/records.home.j2
Normal file
@@ -0,0 +1,8 @@
|
||||
# ===================================================
|
||||
# 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 %}
|
||||
Reference in New Issue
Block a user