prometheus/client/defaults/main.yaml
changeset 5 4f014cdac0b1
child 6 3b1f18f6a5a4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/prometheus/client/defaults/main.yaml	Sun Feb 09 20:34:46 2020 -0600
@@ -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}}"