--- # 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 # Directory to deploy records files 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: [] dnsmasq_bogus_priv_enabled: true dnsmasq_rebind_domains: [] dnsmasq_hosts: [] dnsmasq_host_ips: [] dnsmasq_host_aliases: [] dnsmasq_client_filename: "{{ inventory_hostname }}" dnsmasq_client_hostname: "{{ inventory_hostname }} {{ inventory_hostname_short }}" # Ansible group automatically used in records file dnsmasq_ansible_group: "" # IPv6 subnet dnsmasq_ipv6_subnet: "" # Specific records dnsmasq_specifics: []