instance_name = {{ inventory_hostname }}
[paths]
data = {{ grafana_home }}/data
temp_data_lifetime = 48h
logs = {{ grafana_home }}/logs
plugins = {{ grafana_home }}/plugins
[server]
domain = {{ ansible_host }}
protocol = http
http_addr = {{ ansible_host }}
http_port = {{ grafana_http_port }}
admin_user = {{ grafana_admin_user }}
admin_password = {{ grafana_admin_password }}
router_logging = false
static_root_path = public
enable_gzip = true
[auth.basic]
enabled = true