mirror of
https://github.com/aljazceru/ansible-role-mysql.git
synced 2025-12-19 06:34:22 +01:00
PR #65: Document addition of append_privs option for mysql_users.
This commit is contained in:
@@ -38,7 +38,7 @@ The MySQL databases to create. A database has the values `name`, `encoding` (def
|
||||
|
||||
mysql_users: []
|
||||
|
||||
The MySQL users and their privileges. A user has the values `name`, `host` (defaults to `localhost`), `password` and `priv` (defaults to `*.*:USAGE`). The formats of these are the same as in the `mysql_user` module.
|
||||
The MySQL users and their privileges. A user has the values `name`, `host` (defaults to `localhost`), `password`, `priv` (defaults to `*.*:USAGE`), and `append_privs` (defaults to `no`). The formats of these are the same as in the `mysql_user` module.
|
||||
|
||||
mysql_packages:
|
||||
- mysql
|
||||
|
||||
Reference in New Issue
Block a user