Add InfluxDB and Telegraf for apt.

This commit is contained in:
Hyperling 2021-03-16 19:44:55 -05:00
parent 74cbd593ad
commit 05b1f91d92

View File

@ -126,6 +126,14 @@
- include: tasks/server/grafana.yml - include: tasks/server/grafana.yml
when: grafana is defined and ansible_pkg_mgr == "apt" when: grafana is defined and ansible_pkg_mgr == "apt"
tasks:
- include: tasks/server/influxdb.yml
when: influxdb is defined and ansible_pkg_mgr == "apt"
tasks:
- include: tasks/server/telegraf.yml
when: telegraf is defined and ansible_pkg_mgr == "apt"
# Create reports to analyze security. # Create reports to analyze security.