unbound: configure as a forwarded that accepts connections

This commit is contained in:
2022-08-30 07:24:18 -05:00
parent 621ae59e63
commit 399f5541c6
7 changed files with 63 additions and 3 deletions

View File

@ -5,4 +5,10 @@
state: reloaded
when: unbound_service_enabled
- name: restart unbound
service:
name: "{{ unbound_service_name }}"
state: restarted
when: unbound_service_enabled
# vim:ft=yaml.ansible: