Skip to content

Commit 68fad51

Browse files
committed
PR geerlingguy#228 Docs adjustments.
1 parent 7db95da commit 68fad51

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,17 @@ The MySQL databases to create. A database has the values `name`, `encoding` (def
6060

6161
mysql_users: []
6262

63-
The MySQL users and their privileges. A user has the values `name`, `host` (defaults to `localhost`), `password`, `priv` (defaults to `*.*:USAGE`), `append_privs` (defaults to `no`), `state` (defaults to `present`). The formats of these are the same as in the `mysql_user` module.
63+
The MySQL users and their privileges. A user has the values:
64+
65+
- `name`
66+
- `host` (defaults to `localhost`)
67+
- `password` (can be plaintext or encrypted—if encrypted, set `encrypted: yes`)
68+
- `encrypted` (defaults to `no`)
69+
- `priv` (defaults to `*.*:USAGE`)
70+
- `append_privs` (defaults to `no`)
71+
- `state` (defaults to `present`)
72+
73+
The formats of these are the same as in the `mysql_user` module.
6474

6575
mysql_packages:
6676
- mysql

0 commit comments

Comments
 (0)