blackbox_exporter: Initial version of role

This commit is contained in:
Timo Makinen 2024-06-06 19:29:38 +00:00
parent bb8b486263
commit dc2a6f5788
4 changed files with 72 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
- name: Restart blackbox_exporter
ansible.builtin.service:
name: blackbox_exporter
state: restarted