matrix-docker-ansible-deploy/roles/matrix-grafana
Slavi Pantaleev 3f4bedb31e Use matrix_grafana_enabled: true in the matrix-grafana role
This is consistent with what all other roles do. If someone includes a
role, the assumption is that they want its functionality enabled.

The playbook distribution then disables components via
`group_vars/matrix_servers`. We've always had `matrix_grafana_enabled: false`
there, so flipping the in-role `_enabled` flag to `true` does not change
anything for playbook users. Users who import the roles individually in
their own other playbooks (and who don't use `group_vars/matrix_servers`)
may observe a change in the defaults with this.
2022-09-26 08:26:30 +03:00
..
defaults Use matrix_grafana_enabled: true in the matrix-grafana role 2022-09-26 08:26:30 +03:00
tasks More ansible-lint fixes 2022-07-18 13:01:17 +03:00
templates Configure Grafana's default_home_dashboard_path properly 2022-09-26 08:23:54 +03:00