mirror of https://github.com/ceph/ceph-ansible.git
27 lines
664 B
Plaintext
27 lines
664 B
Plaintext
|
# [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 }}
|