ansible/roles/prometheus-blackbox-exporter/handlers/main.yml

11 lines
198 B
YAML
Raw Normal View History

2021-10-07 22:53:28 +02:00
---
- name: Restart blackbox-exporter
systemd:
name: prometheus-blackbox-exporter.service
state: restarted
2021-10-10 01:33:08 +02:00
- name: Restart prometheus
systemd:
name: prometheus
state: restarted