mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-01-10 05:25:44 +00:00
Supports setParameter configuration
This commit is contained in:
parent
54a2e1ea3b
commit
c4b37649ee
@ -55,3 +55,10 @@ systemLog:
|
|||||||
destination: {{ mongodb_systemlog_destination }}
|
destination: {{ mongodb_systemlog_destination }}
|
||||||
logAppend: {{ mongodb_systemlog_logappend | to_nice_json }}
|
logAppend: {{ mongodb_systemlog_logappend | to_nice_json }}
|
||||||
path: {{ mongodb_systemlog_path }}
|
path: {{ mongodb_systemlog_path }}
|
||||||
|
|
||||||
|
{% if mongodb_set_parameters -%}
|
||||||
|
setParameter:
|
||||||
|
{% for key, value in mongodb_set_parameters.items() -%}
|
||||||
|
{{ key }}: {{ value }}
|
||||||
|
{% endfor -%}
|
||||||
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user