You've already forked role_dnsmasq
feat: Disable systemd-resolved stub resolver
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
---
|
||||
# defaults file for dnsmasq
|
||||
|
||||
# Directory to deploy override conf of systemd-resolved
|
||||
dnsmasq_resolved_directory: /etc/systemd/resolved.conf.d
|
||||
|
||||
# Directory to deploy configuration
|
||||
dnsmasq_conf_directory: /etc/dnsmasq.d
|
||||
|
||||
@@ -8,6 +11,9 @@ 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_domain: ""
|
||||
dnsmasq_servers: []
|
||||
dnsmasq_rev_servers: []
|
||||
|
Reference in New Issue
Block a user