From 64d9a0755f55a7b34abebae7f133b9e39ed5772c Mon Sep 17 00:00:00 2001 From: Matias Lopez Riglos Date: Thu, 19 May 2016 11:07:36 -0300 Subject: [PATCH] Allowed values for security are enabled/disabled. A true value will produce mongo to not start at all on the server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9ca44b..085d077 100644 --- a/README.md +++ b/README.md @@ -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,