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