Initial commit
This commit is contained in:
commit
fcbc90c89c
4 changed files with 72 additions and 0 deletions
12
tasks/main.yml
Normal file
12
tasks/main.yml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
- name: install packages
|
||||
ansible.builtin.apt:
|
||||
pkg:
|
||||
- unbound
|
||||
- unbound-anchor
|
||||
|
||||
- name: copy unbound config
|
||||
ansible.builtin.template:
|
||||
src: unbound.conf.j2
|
||||
dest: /etc/unbound/unbound.conf
|
||||
mode: "0640"
|
||||
notify: restart unbound
|
||||
Loading…
Add table
Add a link
Reference in a new issue