diff options
| author | Luke Hoersten <[email protected]> | 2020-02-09 11:59:05 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-02-09 11:59:05 -0600 |
| commit | 195a4a3fcf65bf47ecb1a0ea2a9fb070c18eb20f (patch) | |
| tree | 22ec1854302f609a69694e9c33eb71cbf94e21e2 /roles/prometheus/client/tasks | |
| parent | 785a8b2b45f0faf5e2578099bca1090c9c1417bb (diff) | |
Prometheus and WriteFreely roles are work in progress.
Diffstat (limited to 'roles/prometheus/client/tasks')
| -rw-r--r-- | roles/prometheus/client/tasks/main.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/prometheus/client/tasks/main.yaml b/roles/prometheus/client/tasks/main.yaml new file mode 100644 index 0000000..f763a88 --- /dev/null +++ b/roles/prometheus/client/tasks/main.yaml @@ -0,0 +1,4 @@ +--- + +- name: install prometheus node exporter + apt: name="prometheus-node-exportery" |
