diff options
| author | Luke Hoersten <[email protected]> | 2020-02-09 20:34:46 -0600 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2020-02-09 20:34:46 -0600 |
| commit | 9ad705198a34f645bc9cc61512965fb9547d8aad (patch) | |
| tree | e0d70bbd2da3ff104332b2a7325ee9f962c69b91 /prometheus/client/defaults/main.yaml | |
| parent | 6066f412e13015034f57e98c6458f05dddd96b40 (diff) | |
Completed prometheus basic roles.
Diffstat (limited to 'prometheus/client/defaults/main.yaml')
| -rw-r--r-- | prometheus/client/defaults/main.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/prometheus/client/defaults/main.yaml b/prometheus/client/defaults/main.yaml new file mode 100644 index 0000000..fd07a6b --- /dev/null +++ b/prometheus/client/defaults/main.yaml @@ -0,0 +1,10 @@ +--- + +prometheus_client_apt_packages: + - "prometheus-node-exporter" + # - "prometheus-postgres-exporter" + # - "prometheus-nginx-exporter" + +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}}" |
