new z9 ccchh router #98

Merged
bitwhisker merged 47 commits from new_ccchh_router into main 2026-08-07 23:44:27 +02:00
2 changed files with 8 additions and 0 deletions
Showing only changes of commit 32caa40f77 - Show all commits

unbound(role): fix some unbound setup stuff

bitwhisker 2026-07-31 17:59:35 +02:00
Signed by: bitwhisker
SSH key fingerprint: SHA256:KybIk/tusSKao6eLGY+ILlFa1rCrzwx66/acBAcKUqE

View file

@ -16,3 +16,8 @@
name: prometheus-unbound-exporter.service
state: restarted
enabled: true
- name: systemd-daemon-reload
become: true
ansible.builtin.systemd_service:
daemon_reload: true

View file

@ -40,6 +40,9 @@
deploy_systemd_resolved_config__dns:
- 127.0.0.1
- name: flush handlers
ansible.builtin.meta: flush_handlers
- name: ensure unbound is running and enabled
become: true
ansible.builtin.systemd: