infrastructure/ansible/roles/forrest/tasks/main.yml
Jake Howard 6b95b75fc2
Move telegraf to host
This makes metric collection for SMART much simpler. I'll still be using the prometheus node exporter for actual system metrics, though.
2021-03-05 20:39:11 +00:00

9 lines
127 B
YAML

- name: Grafana
include: grafana.yml
- name: InfluxDB
include: influxdb.yml
- name: Prometheus
include: prometheus.yml