[grafana] Move crans icon file

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
certbot_on_virtu
Yohann D'ANELLO 2021-01-05 22:09:34 +01:00
parent 2f7205aafd
commit 4507d367bd
Signed by: _ynerant
GPG Key ID: 3A75C55819C8CF85
3 changed files with 2 additions and 1 deletions
roles/grafana/tasks

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -25,6 +25,7 @@
grafana:
root_url: https://grafana.crans.org
icon: crans_icon_white.svg
ldap_base: 'dc=crans,dc=org'
ldap_master_ipv4: '172.16.10.1'

View File

@ -80,7 +80,7 @@
- name: Change grafana logo
copy:
src: grafana_icon.svg
src: "{{ grafana.icon }}"
dest: /usr/share/grafana/public/img/grafana_icon.svg
owner: root
group: root