Supports setParameter configuration
This commit is contained in:
parent
54a2e1ea3b
commit
c4b37649ee
|
@ -55,3 +55,10 @@ systemLog:
|
|||
destination: {{ mongodb_systemlog_destination }}
|
||||
logAppend: {{ mongodb_systemlog_logappend | to_nice_json }}
|
||||
path: {{ mongodb_systemlog_path }}
|
||||
|
||||
{% if mongodb_set_parameters -%}
|
||||
setParameter:
|
||||
{% for key, value in mongodb_set_parameters.items() -%}
|
||||
{{ key }}: {{ value }}
|
||||
{% endfor -%}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue