add unbound config management

This commit is contained in:
2025-12-28 17:28:18 -07:00
parent 68aa575b57
commit 7bafaef5b6
4 changed files with 1493 additions and 1 deletions

View File

@@ -10,6 +10,15 @@
state: present
when: ansible_os_family == "Archlinux"
- name: Install unbound.conf
template:
src: templates/unbound.conf.j2
dest: /etc/unbound/unbound.conf
owner: root
group: root
mode: '0644'
notify: Restart unbound
- name: Enable unbound service
service:
name: unbound

File diff suppressed because it is too large Load Diff