mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-01-13 06:54:24 +00:00
Merge branch 'develop'
This commit is contained in:
commit
246dccb1e6
@ -1,6 +1,6 @@
|
|||||||
[bumpversion]
|
[bumpversion]
|
||||||
commit = True
|
commit = True
|
||||||
current_version = 2.1.0
|
current_version = 2.1.1
|
||||||
tag = True
|
tag = True
|
||||||
tag_name = {new_version}
|
tag_name = {new_version}
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ mongodb_conf_syslog: no # Log to system's syslog facil
|
|||||||
mongodb_conf_replSet: # Enable replication <setname>[/<optionalseedhostlist>]
|
mongodb_conf_replSet: # Enable replication <setname>[/<optionalseedhostlist>]
|
||||||
mongodb_conf_replIndexPrefetch: all # specify index prefetching behavior (if secondary) [none|_id_only|all]
|
mongodb_conf_replIndexPrefetch: all # specify index prefetching behavior (if secondary) [none|_id_only|all]
|
||||||
|
|
||||||
mongodb_shell: [] # Define mongo shell commands to run
|
mongodb_shell: {} # Define mongo shell commands to run
|
||||||
# Syntax: mongodb_shell:
|
# Syntax: mongodb_shell:
|
||||||
# dbname:
|
# dbname:
|
||||||
# - db.setProfilingLevel(1, 50)
|
# - db.setProfilingLevel(1, 50)
|
||||||
|
@ -31,7 +31,7 @@ mongodb_conf_syslog: no # Log to system's syslog facil
|
|||||||
mongodb_conf_replSet: # Enable replication <setname>[/<optionalseedhostlist>]
|
mongodb_conf_replSet: # Enable replication <setname>[/<optionalseedhostlist>]
|
||||||
mongodb_conf_replIndexPrefetch: all # specify index prefetching behavior (if secondary) [none|_id_only|all]
|
mongodb_conf_replIndexPrefetch: all # specify index prefetching behavior (if secondary) [none|_id_only|all]
|
||||||
|
|
||||||
mongodb_shell: [] # Define mongo shell commands to run
|
mongodb_shell: {} # Define mongo shell commands to run
|
||||||
# Syntax: mongodb_shell:
|
# Syntax: mongodb_shell:
|
||||||
# dbname:
|
# dbname:
|
||||||
# - db.setProfilingLevel(1, 50)
|
# - db.setProfilingLevel(1, 50)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user