mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-28 16:13:25 +02:00
Update to 2022-03-25 17:00
This commit is contained in:
parent
0d0c2bf816
commit
952e745f9f
@ -136,6 +136,6 @@
|
||||
tags: grafana
|
||||
|
||||
- name: Change admin password to a random one
|
||||
command: grafana-cli admin reset-admin-password --homepath="/usr/share/grafana" --config /etc/grafana/grafana.ini $(openssl rand -base64 33)
|
||||
command: grafana-cli --homepath=/usr/share/grafana --config=/etc/grafana/grafana.ini admin reset-admin-password $(openssl rand -base64 33)
|
||||
when: grafana_install.changed
|
||||
tags: grafana
|
||||
|
Loading…
x
Reference in New Issue
Block a user