Skip to content

Commit

Permalink
config: change format of supplying auditlog config
Browse files Browse the repository at this point in the history
this is done to be able to add auditlog filters
  • Loading branch information
yfoelling committed Apr 20, 2023
1 parent a79083b commit 882a0f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ mongo_operationprofiling:
mode: "{{ mongodb_operation_profiling_mode }}"

mongo_auditlog:
destination: file
destination: "{{ mongodb_auditlog_destination }}"
format: "{{ mongodb_auditlog_format }}"
path: "{{ mongodb_auditlog_path }}"
filter: "{{ mongodb_auditlog_filter }}"

0 comments on commit 882a0f2

Please sign in to comment.