feat(dns): unbound profiles
This commit is contained in:
parent
5055fefcf8
commit
cf465e009d
1 changed files with 9 additions and 0 deletions
|
@ -30,3 +30,12 @@
|
||||||
name: unbound
|
name: unbound
|
||||||
state: started
|
state: started
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
# copy from dots file to the /etc/unbound/config.d the additonal config enabled
|
||||||
|
- name: Setup additonal namespaces config
|
||||||
|
become: true
|
||||||
|
copy:
|
||||||
|
src: "{{ home }}/.dots/config/unbound/profiles/{{ item }}.conf"
|
||||||
|
dest: "/etc/unbound/config.d/{{ item }}.conf"
|
||||||
|
with_items: "{{ unbound_profiles }}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue