Add InfluxDB and Telegraf for apt.
This commit is contained in:
parent
74cbd593ad
commit
05b1f91d92
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user