New release. The download URL is now customizable.
This commit is contained in:
parent
21280dd2bb
commit
890004d607
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
prometheus_n_e_install: True
|
||||
prometheus_n_e_version: 1.1.0
|
||||
prometheus_n_e_version: 1.1.1
|
||||
prometheus_n_e_download_url: 'https://github.com/prometheus/node_exporter/releases/download/v{{ prometheus_n_e_version }}/{{ prometheus_n_e_file }}'
|
||||
prometheus_n_e_port: 9100
|
||||
prometheus_n_e_loglevel: info
|
||||
prometheus_n_e_opts: '--log.level={{ prometheus_n_e_loglevel }}'
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
prometheus_n_e_dir: 'node_exporter-{{ prometheus_n_e_version }}.linux-amd64'
|
||||
prometheus_n_e_file: '{{ prometheus_n_e_dir }}.tar.gz'
|
||||
prometheus_n_e_download_url: 'https://github.com/prometheus/node_exporter/releases/download/v{{ prometheus_n_e_version }}/{{ prometheus_n_e_file }}'
|
||||
prometheus_n_e_user: prometheus_n_e
|
||||
prometheus_n_e_home: /opt/prometheus_node_exporter
|
||||
prometheus_n_e_dist_dir: '{{ prometheus_n_e_home }}/dist'
|
||||
|
|
Loading…
Reference in New Issue