equal
deleted
inserted
replaced
1 --- |
1 --- |
2 |
2 |
3 # https://github.com/lukasmalkmus/rpi_exporter/releases |
3 # https://github.com/lukasmalkmus/rpi_exporter/releases |
4 prometheus_client_rpi_exporter_version: "0.8.0" |
4 prometheus_client_rpi_exporter_version: "0.9.0-rc.0" |
5 prometheus_client_arch: "{{ansible_architecture}}" |
5 prometheus_client_arch: "{{ansible_architecture}}" |
6 |
6 |
7 prometheus_client_rpi_src: "https://github.com/lukasmalkmus/rpi_exporter/releases/download/v{{prometheus_client_rpi_exporter_version}}/rpi_exporter-{{prometheus_client_rpi_exporter_version}}.linux-{{prometheus_client_arch}}.tar.gz" |
7 prometheus_client_rpi_src: "https://github.com/lukasmalkmus/rpi_exporter/releases/download/v{{prometheus_client_rpi_exporter_version}}/rpi_exporter-{{prometheus_client_rpi_exporter_version}}.linux-{{prometheus_client_arch}}.tar.gz" |
8 prometheus_client_rpi_dest: "rpi_exporter-{{prometheus_client_rpi_exporter_version}}.linux-{{prometheus_client_arch}}" |
8 prometheus_client_rpi_dest: "rpi_exporter-{{prometheus_client_rpi_exporter_version}}.linux-{{prometheus_client_arch}}" |
9 |
9 |