exporters reorganization

This commit is contained in:
tom.chivert
2023-07-20 15:40:35 +02:00
parent f733ab6d2c
commit 78decc8f50
21 changed files with 135 additions and 145 deletions

View File

@ -0,0 +1,15 @@
---
- include_tasks: ../common.yml
tags: ['prometheus_redis_exporter']
- name: 'redis exporter | configuration'
template:
src: conf/prometheus-redis-exporter.j2
dest: /etc/default/prometheus-redis-exporter
owner: root
group: root
mode: 0600
register: prometheus_redis_exporter_configuration
notify:
- 'redis-exporter-restart'
tags: ['prometheus_redis_exporter']