1
0
Fork 0
mirror of https://gitlab.com/s3lph/ansible-collection-prometheus synced 2024-10-23 03:46:59 +02:00
ansible-collection-prometheus/roles/prometheus/handlers/main.yml

12 lines
213 B
YAML
Raw Permalink Normal View History

2020-11-13 10:36:46 +01:00
---
- name: restart prometheus
systemd:
name: prometheus.service
state: restarted
- name: restart blackbox exporter
systemd:
name: prometheus-blackbox-exporter-local.service
state: restarted