1
0
Fork 0
mirror of https://gitlab.com/s3lph/ansible-collection-prometheus synced 2024-10-23 20:07:00 +02:00
ansible-collection-prometheus/roles/prometheus/tasks/blackbox.yml

11 lines
208 B
YAML
Raw Normal View History

2020-11-13 10:36:46 +01:00
---
- name: render blackbox exporter configuration
template:
src: blackbox.yml
dest: /etc/prometheus/blackbox.yml
owner: root
group: root
mode: 0644
notify: restart blackbox exporter