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 5ab1800Copy full SHA for 5ab1800
defaults/main.yml
@@ -158,6 +158,7 @@ mongo_operationprofiling:
158
mode: "{{ mongodb_operation_profiling_mode }}"
159
160
mongo_auditlog:
161
- destination: file
162
- format: "{{ mongodb_auditlog_format }}"
163
- path: "{{ mongodb_auditlog_path }}"
+ destination: {{ mongodb_auditlog_destination }}
+ format: {{ mongodb_auditlog_format }}
+ path: {{ mongodb_auditlog_path }}
164
+ filter: {{ mongodb_auditlog_filter }}
0 commit comments