Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Commit 27deec2

Browse files
🎉 automated upstream release update
1 parent 8bcb5eb commit 27deec2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults
2727

2828
| Name | Default Value | Description |
2929
| -------------- | ------------- | -----------------------------------|
30-
| `node_exporter_version` | 1.1.1 | Node exporter package version. Also accepts latest as parameter. |
30+
| `node_exporter_version` | 1.1.2 | Node exporter package version. Also accepts latest as parameter. |
3131
| `node_exporter_binary_local_dir` | "" | Allows to use local packages instead of ones distributed on github. As parameter it takes a directory where `node_exporter` binary is stored on host on which ansible is ran. This overrides `node_exporter_version` parameter |
3232
| `node_exporter_web_listen_address` | "0.0.0.0:9100" | Address on which node exporter will listen |
3333
| `node_exporter_web_telemetry_path` | "/metrics" | Path under which to expose metrics |

defaults/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
node_exporter_version: 1.1.1
2+
node_exporter_version: 1.1.2
33
node_exporter_binary_local_dir: ""
44
node_exporter_web_listen_address: "0.0.0.0:9100"
55
node_exporter_web_telemetry_path: "/metrics"

0 commit comments

Comments
 (0)