role_dnsmasq/defaults/main.yml

18 lines
354 B
YAML
Raw Normal View History

2022-10-03 15:20:34 +00:00
---
# defaults file for dnsmasq
2024-05-06 18:18:05 +00:00
dnsmasq_domain: ""
dnsmasq_servers: []
2024-05-06 18:19:12 +00:00
dnsmasq_rev_servers: []
2024-05-06 18:18:05 +00:00
dnsmasq_bogus_priv_enabled: true
2022-10-03 15:20:34 +00:00
2024-05-06 18:20:59 +00:00
dnsmasq_hosts: []
2022-10-03 15:20:34 +00:00
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 }}"
2023-09-26 09:12:29 +00:00
dnsmasq_specifics: []