role_dnsmasq/templates/host.conf.j2

6 lines
150 B
Plaintext
Raw Normal View History

2022-10-03 15:20:34 +00:00
# {{ ansible_managed }}
2023-06-15 09:12:20 +00:00
{% for ip in dnsmasq_host_ips %}
2022-10-03 15:20:34 +00:00
{{ ip }} {{ dnsmasq_client_hostname }} {{ dnsmasq_host_aliases | join(' ') }}
{% endfor %}