Split Influx 1 and 2 setup. 1 works with grafana very easily. 2 must not be implemented well yet.
This commit is contained in:
@ -122,12 +122,15 @@
|
||||
- include: tasks/server/onlyoffice.yml
|
||||
when: onlyoffice is defined and ansible_pkg_mgr == "apt"
|
||||
|
||||
- include: tasks/server/influxdb1.yml
|
||||
when: influxdb1 is defined and ansible_pkg_mgr == "apt"
|
||||
|
||||
- include: tasks/server/influxdb2.yml
|
||||
when: influxdb2 is defined and ansible_pkg_mgr == "apt"
|
||||
|
||||
- include: tasks/server/grafana.yml
|
||||
when: grafana is defined and ansible_pkg_mgr == "apt"
|
||||
|
||||
- include: tasks/server/influxdb.yml
|
||||
when: influxdb is defined and ansible_pkg_mgr == "apt"
|
||||
|
||||
- include: tasks/server/telegraf.yml
|
||||
when: telegraf is defined and ansible_pkg_mgr == "apt"
|
||||
|
||||
|
Reference in New Issue
Block a user