unbound(role): fix unbound config template
- fix some indentation problems - fix access control - fix remote control unix socket and thrust anchor file (because debain appamour ist annoying) - add unbound-anchor package
This commit is contained in:
parent
dc29dd8b13
commit
aec4ea4090
2 changed files with 18 additions and 12 deletions
|
|
@ -6,6 +6,11 @@
|
|||
ansible.builtin.package:
|
||||
name: unbound
|
||||
|
||||
- name: install unbound-anchor
|
||||
become: true
|
||||
ansible.builtin.package:
|
||||
name: unbound-anchor
|
||||
|
||||
- name: ensure correct directory permissions
|
||||
become: true
|
||||
ansible.builtin.file:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue