role_dnsmasq/defaults/main.yml

14 lines
286 B
YAML
Raw Normal View History

2022-10-03 15:20:34 +00:00
---
# defaults file for dnsmasq
dnsmasq_conf_domain: ""
dnsmasq_conf_servers: []
dnsmasq_servers: []
2023-06-15 09:12:20 +00:00
dnsmasq_host_ips: []
2022-10-03 15:20:34 +00:00
dnsmasq_host_aliases: []
dnsmasq_client_filename: "{{ inventory_hostname }}"
dnsmasq_client_hostname: "{{ inventory_hostname }} {{ inventory_hostname_short }}"