22
33mongodb_package : mongodb-org
44mongodb_package_state : present
5- mongodb_version : " 3.6 "
5+ mongodb_version : " 4.0 "
66mongodb_apt_keyserver : keyserver.ubuntu.com
77mongodb_apt_key_id :
88 " 3.4 " : " 0C49F3730359A14518585931BC711F9BA15703C6"
@@ -29,8 +29,8 @@ mongodb_net_ipv6: false # Enable IPv6 support (disabled
2929mongodb_net_maxconns : 65536 # Max number of simultaneous connections
3030mongodb_net_port : 27017 # Specify port number
3131mongodb_net_ssl : disabled # Enable or disable ssl connections
32- mongodb_net_ssl_mode : # Set the ssl mode (RequireSSL / preferSSL / AllowSSL / disabled)
33- mongodb_net_ssl_pemfile : # Location of the pemfile to use for ssl
32+ mongodb_net_ssl_mode : " " # Set the ssl mode (RequireSSL / preferSSL / AllowSSL / disabled)
33+ mongodb_net_ssl_pemfile : " " # Location of the pemfile to use for ssl
3434
3535# # processManagement Options
3636# Fork server process
@@ -47,8 +47,7 @@ mongodb_security_javascript_enabled: false
4747mongodb_storage_dbpath : /data/db # Directory for datafiles
4848mongodb_storage_dirperdb : false # Use one directory per DB
4949
50- # The storage engine for the mongod database. Available values:
51- # 'mmapv1', 'wiredTiger'
50+ # The storage engine for the mongod database
5251mongodb_storage_engine : " wiredTiger"
5352# mmapv1 specific options
5453mongodb_storage_quota_enforced : false # Limits each database to a certain number of files
@@ -73,7 +72,7 @@ mongodb_operation_profiling_slow_op_threshold_ms: 100
7372mongodb_operation_profiling_mode : " off"
7473
7574# # replication Options
76- mongodb_replication_replset : # Enable replication <setname>[/<optionalseedhostlist>]
75+ mongodb_replication_replset : " " # Enable replication
7776mongodb_replication_replindexprefetch : " all" # specify index prefetching behavior (if secondary) [none|_id_only|all]
7877mongodb_replication_oplogsize : 1024 # specifies a maximum size in megabytes for the replication operation log
7978
0 commit comments