From 05b1f91d92823cf6e414212c3940fa29b82acac6 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 16 Mar 2021 19:44:55 -0500 Subject: [PATCH] Add InfluxDB and Telegraf for apt. --- local.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/local.yml b/local.yml index 194e55b..e62801e 100644 --- a/local.yml +++ b/local.yml @@ -126,6 +126,14 @@ - include: tasks/server/grafana.yml 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.