Skip to content

Commit 8e4fff8

Browse files
🎉 automated upstream release update
1 parent a824949 commit 8e4fff8

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
@@ -23,7 +23,7 @@ All variables which can be overridden are stored in [defaults/main.yml](defaults
2323

2424
| Name | Default Value | Description |
2525
| -------------- | ------------- | -----------------------------------|
26-
| `node_exporter_version` | 1.0.1 | Node exporter package version. Also accepts latest as parameter. |
26+
| `node_exporter_version` | 1.1.0 | Node exporter package version. Also accepts latest as parameter. |
2727
| `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 |
2828
| `node_exporter_web_listen_address` | "0.0.0.0:9100" | Address on which node exporter will listen |
2929
| `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.0.1
2+
node_exporter_version: 1.1.0
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)