We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceffd52 commit d894c84Copy full SHA for d894c84
README.md
@@ -87,6 +87,11 @@ mongodb_replication_replset: # Enable replication <setname>
87
mongodb_replication_replindexprefetch: "all" # specify index prefetching behavior (if secondary) [none|_id_only|all]
88
mongodb_replication_oplogsize: 1024 # specifies a maximum size in megabytes for the replication operation log
89
90
+## setParameter options
91
+# Configure setParameter option.
92
+# Example :
93
+mongodb_set_parameters: { "enableLocalhostAuthBypass": "true", "authenticationMechanisms": "SCRAM-SHA-1,MONGODB-CR" }
94
+
95
# MMS Agent
96
mongodb_mms_agent_pkg: https://mms.mongodb.com/download/agent/automation/mongodb-mms-automation-agent-manager_1.4.2.783-1_amd64.deb
97
mongodb_mms_group_id: ""
0 commit comments