ansible-ffrgb/roles/prometheus/handlers/main.yml

11 lines
231 B
YAML
Raw Normal View History

2018-07-19 16:29:44 +02:00
---
2018-07-26 10:57:58 +02:00
2020-05-25 15:52:28 +02:00
- name: Reload systemd
command: systemctl daemon-reload
2018-07-19 16:29:44 +02:00
- name: Restart prometheus
service: name=prometheus state=restarted
- name: Restart prometheus-pve-exporter
service: name=prometheus-pve-exporter state=restarted