New release. The download URL is now customizable.

This commit is contained in:
Andrea Dell'Amico 2021-03-03 15:43:54 +01:00
parent 21280dd2bb
commit 890004d607
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}'

View File

@ -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'