unbound_exporter: Add TLS support
Currently unbound_exporter doesn't support TLS connections so proxy connections through stunnel.
This commit is contained in:
parent
271eb09669
commit
964e841c1d
3 changed files with 35 additions and 17 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue