Skip to content

Commit d894c84

Browse files
authored
Add doc for mongodb_set_parameters var
1 parent ceffd52 commit d894c84

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ mongodb_replication_replset: # Enable replication <setname>
8787
mongodb_replication_replindexprefetch: "all" # specify index prefetching behavior (if secondary) [none|_id_only|all]
8888
mongodb_replication_oplogsize: 1024 # specifies a maximum size in megabytes for the replication operation log
8989

90+
## setParameter options
91+
# Configure setParameter option.
92+
# Example :
93+
mongodb_set_parameters: { "enableLocalhostAuthBypass": "true", "authenticationMechanisms": "SCRAM-SHA-1,MONGODB-CR" }
94+
9095
# MMS Agent
9196
mongodb_mms_agent_pkg: https://mms.mongodb.com/download/agent/automation/mongodb-mms-automation-agent-manager_1.4.2.783-1_amd64.deb
9297
mongodb_mms_group_id: ""

0 commit comments

Comments
 (0)