Add check if server is meant for grafana.
This commit is contained in:
parent
74c7412a6a
commit
40a101c4c3
@ -122,6 +122,10 @@
|
|||||||
- include: tasks/server/onlyoffice.yml
|
- include: tasks/server/onlyoffice.yml
|
||||||
when: onlyoffice is defined and ansible_pkg_mgr == "apt"
|
when: onlyoffice is defined and ansible_pkg_mgr == "apt"
|
||||||
|
|
||||||
|
tasks:
|
||||||
|
- include: tasks/server/grafana.yml
|
||||||
|
when: grafana is defined and ansible_pkg_mgr == "apt"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Create reports to analyze security.
|
# Create reports to analyze security.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user