16 lines
416 B
YAML
16 lines
416 B
YAML
---
|
|
- include_tasks: _common.yml
|
|
tags: ['prometheus_blackbox_exporter']
|
|
|
|
- name: 'blackbox exporter | configuration'
|
|
template:
|
|
src: conf/prometheus-blackbox-exporter.j2
|
|
dest: /etc/default/prometheus-blackbox-exporter
|
|
owner: root
|
|
group: root
|
|
mode: 0600
|
|
register: prometheus_blackbox_exporter_configuration
|
|
notify:
|
|
- 'blackbox-exporter-restart'
|
|
tags: ['prometheus_blackbox_exporter']
|