Przeglądaj źródła

Upgrade ansible-role-grafana (v13.0.2-0 -> v13.0.2-1) and use grafana_dashboard_download_urls_auto

The new role release splits grafana_dashboard_download_urls into
default/auto/custom components. Wire the playbook's automatic dashboard
list via the auto component, so users can add their own dashboards
through grafana_dashboard_download_urls_custom without clobbering it.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
create-pull-request/i18n
Slavi Pantaleev 1 dzień temu
rodzic
commit
a039cc5982
2 zmienionych plików z 2 dodań i 2 usunięć
  1. +1
    -1
      group_vars/matrix_servers
  2. +1
    -1
      requirements.yml

+ 1
- 1
group_vars/matrix_servers Wyświetl plik

@@ -5502,7 +5502,7 @@ grafana_provisioning_datasources_datasources: |
}] if prometheus_enabled else [])
}}

grafana_dashboard_download_urls: |
grafana_dashboard_download_urls_auto: |
{{
(matrix_synapse_grafana_dashboard_urls if matrix_homeserver_implementation == 'synapse' and matrix_synapse_metrics_enabled else [])
+


+ 1
- 1
requirements.yml Wyświetl plik

@@ -33,7 +33,7 @@
version: v4.99.1-r0-2-1
name: exim_relay
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-grafana.git
version: v13.0.2-0
version: v13.0.2-1
name: grafana
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-hydrogen.git
version: v0.5.1-5


Ładowanie…
Anuluj
Zapisz