Add new roles for monitoring

This commit is contained in:
2025-01-09 21:06:28 +01:00
parent 98ef8d9896
commit 067b325678
24 changed files with 1084 additions and 0 deletions

View File

@ -0,0 +1,5 @@
## Restart Blackbox-exporter on changes
- name: restart blackbox
ansible.builtin.service:
name: '{{ blackbox_service }}'
state: restarted