Browse Source

fix grafana var in group vars

pull/4223/head
Aine 11 months ago
parent
commit
4158fda09e
No known key found for this signature in database GPG Key ID: 34969C908CCA2804
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      group_vars/matrix_servers

+ 1
- 1
group_vars/matrix_servers View File

@@ -5599,7 +5599,7 @@ grafana_container_labels_traefik_tls_certResolver: "{{ traefik_certResolver_prim


grafana_container_http_host_bind_port: "{{ (matrix_playbook_service_host_bind_interface_prefix ~ '3000') if matrix_playbook_service_host_bind_interface_prefix else '' }}" grafana_container_http_host_bind_port: "{{ (matrix_playbook_service_host_bind_interface_prefix ~ '3000') if matrix_playbook_service_host_bind_interface_prefix else '' }}"


grafana_provisioning_datasources: |
grafana_provisioning_datasources_datasources: |
{{ {{
([{ ([{
'name': (matrix_server_fqn_matrix + ' - Prometheus'), 'name': (matrix_server_fqn_matrix + ' - Prometheus'),


Loading…
Cancel
Save