add redis-exporter for maat-redis.

This commit is contained in:
fumingwei
2020-11-21 17:06:40 +06:00
parent c6a1f9fdaa
commit b73dc0a16f
5 changed files with 34 additions and 0 deletions

View File

@@ -10,3 +10,9 @@
- "/tmp/ansible_deploy/jemalloc-3.6.0-1.el7.x86_64.rpm"
- "/tmp/ansible_deploy/redis40u-4.0.14-1.ius.centos7.x86_64.rpm"
state: present
- name: "redis exporter"
copy:
src: '{{ role_path }}/files/'
dest: /usr/bin/
mode: 0755