main.yml 396 B

12345678910111213141516171819
  1. # roles/dnsmasq/defaults/main.yml
  2. ---
  3. dnsmasq_listen_address: "{{ ansible_host }}"
  4. dnsmasq_interface: wg0
  5. # dnsmasq_port:
  6. dnsmasq_domain_needed: false
  7. dnsmasq_bogus_priv: true
  8. dnsmasq_expand_hosts: false
  9. dnsmasq_no_resolv: true
  10. dnsmasq_upstream_servers:
  11. - '10.170.0.1'
  12. dnsmasq_force_address:
  13. - '/ada/10.0.0.5'
  14. - '/*.ada/10.0.0.5'
  15. - '/belvedere/10.0.0.10'
  16. - '/belvedere-vs/10.0.0.11'