2018-12-06 02:59:47 +08:00
|
|
|
# [server]
|
|
|
|
# root_url = %(protocol)s://%(domain)s:%(http_port)s/api/grafana/proxy
|
|
|
|
|
|
|
|
[users]
|
|
|
|
default_theme = light
|
|
|
|
|
|
|
|
#################################### Anonymous Auth ##########################
|
|
|
|
[auth.anonymous]
|
|
|
|
# enable anonymous access
|
|
|
|
enabled = true
|
|
|
|
|
|
|
|
# specify organization name that should be used for unauthenticated users
|
|
|
|
org_name = Main Org.
|
|
|
|
|
|
|
|
# specify role for unauthenticated users
|
|
|
|
org_role = Viewer
|
|
|
|
|
|
|
|
[server]
|
|
|
|
cert_file = /etc/grafana/ceph-dashboard.crt
|
|
|
|
cert_key = /etc/grafana/ceph-dashboard.key
|
|
|
|
domain = {{ ansible_fqdn }}
|
|
|
|
protocol = {{ dashboard_protocol }}
|
|
|
|
|
|
|
|
[security]
|
|
|
|
admin_user = {{ grafana_admin_user }}
|
|
|
|
admin_password = {{ grafana_admin_password }}
|
2019-06-12 14:01:06 +08:00
|
|
|
allow_embedding = {{ grafana_allow_embedding }}
|