first commit
This commit is contained in:
11
ansible/roles/dns_server/templates/records.lab.j2
Normal file
11
ansible/roles/dns_server/templates/records.lab.j2
Normal file
@@ -0,0 +1,11 @@
|
||||
# ===================================================
|
||||
# Fichier des enregistrements DNS dynamiques (lab)
|
||||
# GÉRÉ PAR ANSIBLE
|
||||
# Source: Inventaire généré par Terraform
|
||||
# ===================================================
|
||||
#
|
||||
# IP Address FQDN Short Name
|
||||
#
|
||||
{% for host in groups['lab'] | default([]) %}
|
||||
{{ hostvars[host].ansible_host }} {{ hostvars[host].inventory_hostname }} {{ hostvars[host].inventory_hostname_short }}
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user