infrastructure/ansible/roles/forrest/tasks/main.yml
Jake Howard aba81f79bc
Add telegraf
And input to ping and output via prometheus
2021-03-04 15:16:54 +00:00

12 lines
169 B
YAML

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