diff options
| author | Luke Hoersten <[email protected]> | 2020-02-09 20:56:26 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-02-09 20:56:26 -0600 |
| commit | 827bfe78ba170882d3d9bf7a12a62a4b6e733805 (patch) | |
| tree | 7bc69eba9f61f5f859f41d5e504353edf36b4951 /prometheus/rpi-client/defaults | |
| parent | 9ad705198a34f645bc9cc61512965fb9547d8aad (diff) | |
Updated prometheus roles. WIP psql, nginx exporters.
Diffstat (limited to 'prometheus/rpi-client/defaults')
| -rw-r--r-- | prometheus/rpi-client/defaults/main.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/prometheus/rpi-client/defaults/main.yaml b/prometheus/rpi-client/defaults/main.yaml new file mode 100644 index 0000000..71ffd48 --- /dev/null +++ b/prometheus/rpi-client/defaults/main.yaml @@ -0,0 +1,5 @@ +--- + +prometheus_client_rpi_exporter_version: "0.6.0" +prometheus_client_arch: "{{ansible_architecture}}" +prometheus_client_rpi_dest: "rpi_exporter-{{prometheus_client_rpi_exporter_version}}.linux-{{prometheus_client_arch}}" |
