infra_public/roles/stable/dnsmasq/vars/main.yml

19 lines
396 B
YAML

# roles/dnsmasq/defaults/main.yml
---
dnsmasq_listen_address: "{{ ansible_host }}"
dnsmasq_interface: wg0
# dnsmasq_port:
dnsmasq_domain_needed: false
dnsmasq_bogus_priv: true
dnsmasq_expand_hosts: false
dnsmasq_no_resolv: true
dnsmasq_upstream_servers:
- '10.170.0.1'
dnsmasq_force_address:
- '/ada/10.0.0.5'
- '/*.ada/10.0.0.5'
- '/belvedere/10.0.0.10'
- '/belvedere-vs/10.0.0.11'