[EVO] Grouper les IPv4 et IPv6

This commit is contained in:
2023-06-15 11:12:20 +02:00
parent 712b394e8d
commit 215b965d8b
3 changed files with 4 additions and 8 deletions

View File

@@ -1,8 +1,5 @@
# {{ ansible_managed }}
{% for ip in dnsmasq_host_ipv4 %}
{{ ip }} {{ dnsmasq_client_hostname }} {{ dnsmasq_host_aliases | join(' ') }}
{% endfor %}
{% for ip in dnsmasq_host_ipv6 %}
{% for ip in dnsmasq_host_ips %}
{{ ip }} {{ dnsmasq_client_hostname }} {{ dnsmasq_host_aliases | join(' ') }}
{% endfor %}