[INFO] Création du rôle

This commit is contained in:
2022-10-03 17:20:34 +02:00
parent f8ba73f84d
commit bce7811cb7
10 changed files with 285 additions and 6 deletions

14
defaults/main.yml Normal file
View 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 }}"