16 lines
418 B
YAML
Raw Permalink Normal View History

2021-11-02 15:51:47 +01:00
---
2023-07-20 15:40:35 +02:00
- include_tasks: ../common.yml
2022-11-16 11:30:49 +01:00
tags: ['prometheus_blackbox_exporter']
2021-11-02 15:51:47 +01:00
2022-11-11 21:08:07 +01:00
- name: 'blackbox exporter | configuration'
2021-11-02 15:51:47 +01:00
template:
src: conf/prometheus-blackbox-exporter.j2
dest: /etc/default/prometheus-blackbox-exporter
2021-11-02 15:51:47 +01:00
owner: root
group: root
mode: 0600
register: prometheus_blackbox_exporter_configuration
notify:
2023-02-10 11:13:37 +01:00
- 'blackbox-exporter-restart'
2022-11-16 11:30:49 +01:00
tags: ['prometheus_blackbox_exporter']