mirror of
https://gitlab.com/s3lph/ansible-collection-prometheus
synced 2024-11-22 09:41:01 +01:00
11 lines
213 B
YAML
11 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
|