unbound: Change static configs to templates
This commit is contained in:
parent
d7baae9aea
commit
581484d207
8 changed files with 3 additions and 3 deletions
|
@ -16,9 +16,9 @@
|
|||
notify: restart unbound
|
||||
|
||||
- name: copy config
|
||||
copy:
|
||||
template:
|
||||
dest: "{{ unbound_conf }}"
|
||||
src: "unbound.conf.{{ inventory_hostname }}"
|
||||
src: "unbound.conf.{{ inventory_hostname }}.j2"
|
||||
mode: 0644
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue