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
+
1
3
# Configure external address, with external URL depending on whether we are using Open Ondemand as a proxy
2
4
grafana_api_address : " {{ hostvars[groups['prometheus'].0].internal_address }}"
3
5
grafana_api_url : " http://{{ grafana_api_address }}:{{ grafana_port }}"
@@ -65,7 +67,6 @@ grafana_plugins:
65
67
- grafana-opensearch-datasource 2.8.1
66
68
67
69
grafana_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
69
70
_grafana_auth_anon_cfg :
70
71
anonymous :
71
72
org_name : " Main Org."
You can’t perform that action at this time.
0 commit comments