mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 20:01:25 -07:00
adding comment about required version of mongodb to use the roles param
This commit is contained in:
parent
d330228d11
commit
bcef62cd39
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ options:
|
||||||
version_added: "1.3"
|
version_added: "1.3"
|
||||||
description:
|
description:
|
||||||
- The database user roles valid values are one or more of the following: "read", "readWrite", "dbAdmin", "userAdmin", "clusterAdmin", "readAnyDatabase", "readWriteAnyDatabase", "userAdminAnyDatabase", "dbAdminAnyDatabase"
|
- The database user roles valid values are one or more of the following: "read", "readWrite", "dbAdmin", "userAdmin", "clusterAdmin", "readAnyDatabase", "readWriteAnyDatabase", "userAdminAnyDatabase", "dbAdminAnyDatabase"
|
||||||
|
- This param requires mongodb 2.4+
|
||||||
required: false
|
required: false
|
||||||
default: "readWrite"
|
default: "readWrite"
|
||||||
state:
|
state:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue