diff -r 46fe3aa0080c -r 4f014cdac0b1 prometheus/client/defaults/main.yaml --- /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}}"