unbound_exporter: Initial version of role
This commit is contained in:
parent
d4bfc7586f
commit
ae491f8977
3 changed files with 52 additions and 0 deletions
5
roles/unbound_exporter/handlers/main.yml
Normal file
5
roles/unbound_exporter/handlers/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Restart unbound_exporter
|
||||
ansible.builtin.service:
|
||||
name: unbound_exporter
|
||||
state: restarted
|
Loading…
Add table
Add a link
Reference in a new issue