update
This commit is contained in:
parent
003a22ca6e
commit
45076c5231
11 changed files with 230 additions and 61 deletions
5
ansible/roles/unbound/tasks/main.yaml
Normal file
5
ansible/roles/unbound/tasks/main.yaml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
- name: Setup unbound config
|
||||
file:
|
||||
src: "{{ home }}/.dots/config/unbound/unbound.conf"
|
||||
dest: "/etc/unbound/unbound.conf"
|
||||
state: link
|
||||
Loading…
Add table
Add a link
Reference in a new issue