infrastructure/ansible/roles/forrest/tasks/main.yml

12 lines
169 B
YAML
Raw Normal View History

- name: Grafana
include: grafana.yml
2021-02-14 16:24:45 +00:00
- name: InfluxDB
include: influxdb.yml
2021-03-04 14:53:03 +00:00
- name: Prometheus
include: prometheus.yml
- name: Telegraf
include: telegraf.yml