unbound_exporter: Add TLS support

Currently unbound_exporter doesn't support TLS connections so proxy
connections through stunnel.
This commit is contained in:
Timo Makinen 2025-01-19 17:51:18 +00:00
parent 271eb09669
commit 964e841c1d
3 changed files with 35 additions and 17 deletions

View file

@ -3,3 +3,8 @@
ansible.builtin.service:
name: unbound_exporter
state: restarted
- name: Restart unbound_exporter_stunnel
ansible.builtin.service:
name: unbound_exporter_stunnel
state: restarted