You've already forked role_dnsmasq
[INFO] Création du rôle
This commit is contained in:
14
defaults/main.yml
Normal file
14
defaults/main.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
# defaults file for dnsmasq
|
||||
|
||||
dnsmasq_conf_domain: ""
|
||||
dnsmasq_conf_servers: []
|
||||
|
||||
dnsmasq_servers: []
|
||||
|
||||
dnsmasq_host_ipv4: []
|
||||
dnsmasq_host_ipv6: []
|
||||
dnsmasq_host_aliases: []
|
||||
|
||||
dnsmasq_client_filename: "{{ inventory_hostname }}"
|
||||
dnsmasq_client_hostname: "{{ inventory_hostname }} {{ inventory_hostname_short }}"
|
Reference in New Issue
Block a user