add blackbox_exporter role

This commit is contained in:
2022-08-30 07:45:26 -05:00
parent 8e899da042
commit 4d07232525
9 changed files with 215 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
- name: restart blackbox_exporter
systemd:
name: blackbox_exporter.service
daemon_reload: true
state: restarted