14 lines
345 B
YAML
14 lines
345 B
YAML
---
|
|
glob_grafana:
|
|
root_url: https://grafana.crans.org
|
|
ldap_base: "{{ glob_ldap.base }}"
|
|
ldap_master_ipv4: "{{ glob_ldap.servers[0] }}"
|
|
ldap_user_tree: "ou=passwd,{{ glob_ldap.base }}"
|
|
|
|
logos:
|
|
- which: crans_logo_white_small.svg
|
|
where: /usr/share/grafana/public/img/grafana_icon.svg
|
|
owner: root
|
|
group: root
|
|
mode: '0644'
|