File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
environments/common/inventory/group_vars/all Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1+ grafana_port : 30001
2+
13# Configure external address, with external URL depending on whether we are using Open Ondemand as a proxy
24grafana_api_address : " {{ hostvars[groups['prometheus'].0].internal_address }}"
35grafana_api_url : " http://{{ grafana_api_address }}:{{ grafana_port }}"
@@ -65,7 +67,6 @@ grafana_plugins:
6567 - grafana-opensearch-datasource 2.8.1
6668
6769grafana_auth_anonymous : false # Enable anonymous View-only login - see implications: https://grafana.com/docs/grafana/latest/administration/security/#implications-of-enabling-anonymous-access-to-dashboards
68- grafana_volume_size : 10Gi
6970_grafana_auth_anon_cfg :
7071 anonymous :
7172 org_name : " Main Org."
You can’t perform that action at this time.
0 commit comments