Skip to content
This repository has been archived by the owner on May 31, 2023. It is now read-only.

documentation example missing admin user requirement #156

Closed
andrasbabos opened this issue Jun 26, 2019 · 3 comments
Closed

documentation example missing admin user requirement #156

andrasbabos opened this issue Jun 26, 2019 · 3 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@andrasbabos
Copy link
Contributor

Hello!

Please can you mention in the examples that it is mandatory to define the admin user and password variables.

This is the error with the default values:

TASK [cloudalchemy.grafana : Fail when grafana admin password isn't set] ******************************************************************************************************************************************************************
fatal: [grafana.vlab.lcl]: FAILED! => {"changed": false, "msg": "Please specify grafana admin password (grafana_security.admin_password)"}
	to retry, use: --limit @/home/andrasb/playbooks/vlab.retry

After I defined group vars it worked fine:

---
grafana_security:
  admin_user: admin
  admin_password: "myverysecurepassword"

Thank you in advance!

@paulfantom
Copy link
Member

I am happy to review and accept PRs ;)

@paulfantom paulfantom added good first issue Good for newcomers help wanted Extra attention is needed labels Jun 26, 2019
@andrasbabos
Copy link
Contributor Author

Thanks, I will send PR :)

andrasbabos added a commit to andrasbabos/ansible-grafana that referenced this issue Jul 2, 2019
@lock
Copy link

lock bot commented Aug 10, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked and limited conversation to collaborators Aug 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants