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

Commit

Permalink
Update the playbook example (#156) (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasbabos authored and paulfantom committed Jul 11, 2019
1 parent 3e9212a commit 4196b0f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,16 @@ Historically packages were taken from different channels according to CPU archit

### Playbook

Fill in the admin password field with your choice, the Grafana web page won't ask to change it at the first login.

```yaml
- hosts: all
roles:
- cloudalchemy.grafana
- role: cloudalchemy.grafana
vars:
grafana_security:
admin_user: admin
admin_password: enter_your_secure_password
```

### Demo site
Expand Down

0 comments on commit 4196b0f

Please sign in to comment.