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 a79083b commit b30c2bfCopy full SHA for b30c2bf
defaults/main.yml
@@ -157,7 +157,4 @@ mongo_operationprofiling:
157
slowOpThresholdMs: "{{ mongodb_operation_profiling_slow_op_threshold_ms }}"
158
mode: "{{ mongodb_operation_profiling_mode }}"
159
160
-mongo_auditlog:
161
- destination: file
162
- format: "{{ mongodb_auditlog_format }}"
163
- path: "{{ mongodb_auditlog_path }}"
+mongo_auditlog: "{{ mongodb_auditlog }}"
templates/mongod.conf.j2
@@ -52,7 +52,7 @@ setParameter:
52
53
{% if mongodb_auditlog %}
54
auditLog:
55
-{{ mongo_auditlog | to_nice_yaml(indent=2) | indent(width=2, first=True) }}
+{{ mongo_auditlog_config | to_nice_yaml(indent=2) | indent(width=2, first=True) }}
56
{% else %}
57
#auditLog:
58
{% endif %}
0 commit comments