mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-02-10 12:06:23 +00:00
Allowed values for security are enabled/disabled. A true value will produce mongo to not start at all on the server
This commit is contained in:
parent
7bfc707fcf
commit
64d9a0755f
@ -135,7 +135,7 @@ Add `greendayonfire.mongodb` to your roles and set vars in your playbook file.
|
|||||||
|
|
||||||
Example vars for authorization:
|
Example vars for authorization:
|
||||||
```yaml
|
```yaml
|
||||||
mongodb_security_authorization: true
|
mongodb_security_authorization: "enabled"
|
||||||
mongodb_users:
|
mongodb_users:
|
||||||
- {
|
- {
|
||||||
name: testUser,
|
name: testUser,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user