mirror of
https://github.com/prometheus-community/ansible
synced 2024-11-13 23:57:11 +00:00
Merge pull request #415 from prometheus-community/autoupdate/redis_exporter/1.63.0
patch: New oliver006/redis_exporter upstream release 1.63.0!
This commit is contained in:
commit
1fe705b3b6
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
redis_exporter_version: 1.58.0
|
redis_exporter_version: 1.63.0
|
||||||
redis_exporter_binary_local_dir: ""
|
redis_exporter_binary_local_dir: ""
|
||||||
redis_exporter_binary_url: "https://github.com/{{ _redis_exporter_repo }}/releases/download/v{{ redis_exporter_version }}/\
|
redis_exporter_binary_url: "https://github.com/{{ _redis_exporter_repo }}/releases/download/v{{ redis_exporter_version }}/\
|
||||||
redis_exporter-v{{ redis_exporter_version }}.linux-{{ go_arch }}.tar.gz"
|
redis_exporter-v{{ redis_exporter_version }}.linux-{{ go_arch }}.tar.gz"
|
||||||
|
|
|
@ -10,7 +10,7 @@ argument_specs:
|
||||||
options:
|
options:
|
||||||
redis_exporter_version:
|
redis_exporter_version:
|
||||||
description: "redis_exporter package version. Also accepts latest as parameter."
|
description: "redis_exporter package version. Also accepts latest as parameter."
|
||||||
default: "1.58.0"
|
default: "1.63.0"
|
||||||
redis_exporter_skip_install:
|
redis_exporter_skip_install:
|
||||||
description: "redis_exporter installation tasks gets skipped when set to true."
|
description: "redis_exporter installation tasks gets skipped when set to true."
|
||||||
type: bool
|
type: bool
|
||||||
|
|
Loading…
Reference in a new issue