Skip to content

Commit bfee0c4

Browse files
authored
grafana_admin_password no longer mandatory.
1 parent 3e6a891 commit bfee0c4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
## Role Variables
3232

33-
- **grafana_admin_password**: password for the [Grafana][grafana] administrator account (mandatory).
33+
- **grafana_admin_password**: password for the [Grafana][grafana] administrator account.
3434
- **grafana_admin_user**: user name for the [Grafana][grafana] administrator account.
3535
- **grafana_apt_dependencies**: packages needed to be able to run this playbook or install [Grafana][grafana].
3636
- **grafana_conf_file**: the file that will contain [Grafana][grafana]'s configuration.
@@ -58,7 +58,6 @@ None.
5858
- hosts: servers
5959
roles:
6060
- role: ansiblebit.grafana
61-
grafana_admin_password: 'P4ssw0rd'
6261

6362
## Tags
6463

0 commit comments

Comments
 (0)