From 57bb169629d54364a34375db844d17b5b10c309c Mon Sep 17 00:00:00 2001 From: Samuel Clay Date: Wed, 14 Jul 2021 20:09:14 -0400 Subject: [PATCH] Turning off auth, need to move to template --- ansible/roles/mongo/templates/mongo.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ansible/roles/mongo/templates/mongo.conf b/ansible/roles/mongo/templates/mongo.conf index 8496fb6f3..c68777da6 100644 --- a/ansible/roles/mongo/templates/mongo.conf +++ b/ansible/roles/mongo/templates/mongo.conf @@ -27,10 +27,10 @@ net: processManagement: timeZoneInfo: /usr/share/zoneinfo -security: - keyFile: /srv/newsblur/config/mongodb_keyfile.key - authorization: enabled - transitionToAuth: true +# security: +# keyFile: /srv/newsblur/config/mongodb_keyfile.key +# authorization: enabled +# transitionToAuth: true operationProfiling: mode: slowOp