33 lines
714 B
YAML
33 lines
714 B
YAML
---
|
||
# defaults file for dnsmasq
|
||
|
||
# Directory to deploy configuration
|
||
dnsmasq_conf_directory: /etc/dnsmasq.d
|
||
|
||
# Directory to deploy records files
|
||
dnsmasq_records_directory: "{{ dnsmasq_conf_directory }}/records"
|
||
|
||
# Configuration
|
||
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: []
|