The download URL is customizable.
This commit is contained in:
parent
0f8b098a15
commit
d0b6367dd9
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
prometheus_install: True
|
||||
prometheus_version: 2.24.1
|
||||
prometheus_version: 2.25.0
|
||||
prometheus_download_url: 'https://github.com/prometheus/prometheus/releases/download/v{{ prometheus_version }}/{{ prometheus_file }}'
|
||||
prometheus_user: prometheus
|
||||
prometheus_home: /opt/prometheus
|
||||
prometheus_dist_dir: '{{ prometheus_home }}/dist'
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
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 }}'
|
||||
|
||||
nginx_letsencrypt_managed: True
|
||||
nginx_use_common_virthost: True
|
||||
|
|
Loading…
Reference in New Issue