ansible/roles/prometheus/handlers/main.yml

11 lines
225 B
YAML
Raw Normal View History

2018-10-06 22:19:37 +02:00
---
2020-05-25 16:15:29 +02:00
- name: Reload systemd
systemd: daemon_reload=yes
2020-05-25 16:15:29 +02:00
2018-10-06 22:19:37 +02:00
- name: Restart prometheus
service: name=prometheus state=restarted
2020-05-25 16:15:29 +02:00
- name: Restart prometheus-pve-exporter
service: name=prometheus-pve-exporter state=restarted