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:
Matias Lopez Riglos 2016-05-19 11:07:36 -03:00
parent 7bfc707fcf
commit 64d9a0755f

View File

@ -135,7 +135,7 @@ Add `greendayonfire.mongodb` to your roles and set vars in your playbook file.
Example vars for authorization:
```yaml
mongodb_security_authorization: true
mongodb_security_authorization: "enabled"
mongodb_users:
- {
name: testUser,