ansible-role-grafana/templates/env.grafana.conf.j2

9 lines
290 B
Plaintext
Raw Normal View History

2022-12-19 14:18:31 +01:00
GF_SECURITY_ADMIN_USER={{ grafana.username }}
GF_SECURITY_ADMIN_PASSWORD={{ grafana.password }}
GF_LOG_MODE=console
GF_LOG_LEVEL=debug
DOCKER_INFLUXDB_INIT_ORG={{ influxdb.org }}
DOCKER_INFLUXDB_INIT_BUCKET={{ influxdb.bucket }}
DOCKER_INFLUXDB_INIT_ADMIN_TOKEN={{ influxdb.admin_token }}