You've already forked ansible-role-prometheus
mirror of
https://git.brainsys.io/ansible-roles/prometheus.git
synced 2026-02-09 20:08:08 +00:00
16 lines
397 B
YAML
16 lines
397 B
YAML
---
|
|
- 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']
|