forked from ISTI-ansible-roles/ansible-roles
prometheus: change the default version to 2.1.0.
This commit is contained in:
parent
e0fc0c8e63
commit
3df5f52805
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
prometheus_install: True
|
||||
prometheus_version: 2.0.0
|
||||
prometheus_version: 2.1.0
|
||||
prometheus_dir: 'prometheus-{{ prometheus_version }}.linux-amd64'
|
||||
prometheus_file: '{{ prometheus_dir }}.tar.gz'
|
||||
prometheus_download_url: 'https://github.com/prometheus/prometheus/releases/download/v{{ prometheus_version }}/{{ prometheus_file }}'
|
||||
|
|
Loading…
Reference in New Issue