Skip to content

Commit 5ab1800

Browse files
committed
config: change format of supplying auditlog config
this is done to be able to add auditlog filters
1 parent a79083b commit 5ab1800

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

defaults/main.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ mongo_operationprofiling:
158158
mode: "{{ mongodb_operation_profiling_mode }}"
159159

160160
mongo_auditlog:
161-
destination: file
162-
format: "{{ mongodb_auditlog_format }}"
163-
path: "{{ mongodb_auditlog_path }}"
161+
destination: {{ mongodb_auditlog_destination }}
162+
format: {{ mongodb_auditlog_format }}
163+
path: {{ mongodb_auditlog_path }}
164+
filter: {{ mongodb_auditlog_filter }}

0 commit comments

Comments
 (0)