UnderGreen / ansible-role-mongodb

Ansible role to configure MongoDB
GNU General Public License v2.0
343 stars 293 forks source link

no_log = true for 'create oplog user with replicaset' #231

Closed RonnyMaas closed 3 years ago

RonnyMaas commented 4 years ago

Task: "create oplog user with replicaset" (task/main, line 124) has "no_log: false" which exposes the oplog user and it's password during an ansible play.

changed no_log to true instead of false

Fixes #221