fix: Define variables for directories
This commit is contained in:
parent
410825770b
commit
d88c41af9a
@ -19,7 +19,7 @@
|
|||||||
- name: Deploy configuration
|
- name: Deploy configuration
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: dnsmasq.conf.j2
|
src: dnsmasq.conf.j2
|
||||||
dest: "{{ dnsmasq_conf_directory }}/etc/dnsmasq.d/dns.conf"
|
dest: "{{ dnsmasq_conf_directory }}/dns.conf"
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: u=rw,g=r,o=r
|
mode: u=rw,g=r,o=r
|
||||||
|
@ -49,4 +49,4 @@ rebind-localhost-ok
|
|||||||
cache-size=1024
|
cache-size=1024
|
||||||
|
|
||||||
# Définir le fichier des entrées personnalisées
|
# Définir le fichier des entrées personnalisées
|
||||||
addn-hosts=/srv/dnsmasq
|
addn-hosts={{ dnsmasq_records_directory }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user