mirror of
https://gitlab.com/s3lph/ansible-collection-prometheus
synced 2024-11-22 17:51:01 +01:00
12 lines
213 B
YAML
12 lines
213 B
YAML
|
---
|
||
|
|
||
|
- name: restart prometheus
|
||
|
systemd:
|
||
|
name: prometheus.service
|
||
|
state: restarted
|
||
|
|
||
|
- name: restart blackbox exporter
|
||
|
systemd:
|
||
|
name: prometheus-blackbox-exporter-local.service
|
||
|
state: restarted
|