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.