mirror of
https://gitlab.com/s3lph/ansible-collection-prometheus
synced 2024-11-22 09:41:01 +01:00
10 lines
208 B
YAML
10 lines
208 B
YAML
---
|
|
|
|
- name: render blackbox exporter configuration
|
|
template:
|
|
src: blackbox.yml
|
|
dest: /etc/prometheus/blackbox.yml
|
|
owner: root
|
|
group: root
|
|
mode: 0644
|
|
notify: restart blackbox exporter
|