You've already forked role_dnsmasq
feat: Use interface not listen-addresses
This commit is contained in:
@@ -11,9 +11,7 @@ dnsmasq_conf_directory: /etc/dnsmasq.d
|
||||
dnsmasq_records_directory: "{{ dnsmasq_conf_directory }}/records"
|
||||
|
||||
# Configuration
|
||||
dnsmasq_listen_addresses:
|
||||
- "{{ ansible_facts['default_ipv4']['address'] }}"
|
||||
- "{{ ansible_facts['default_ipv6']['address'] }}"
|
||||
dnsmasq_interface: "{{ ansible_facts['default_ipv4']['interface'] }}"
|
||||
dnsmasq_domain: ""
|
||||
dnsmasq_servers: []
|
||||
dnsmasq_rev_servers: []
|
||||
|
Reference in New Issue
Block a user