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 5ab1800
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions 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
format: "{{ mongodb_auditlog_format }}"
path: "{{ mongodb_auditlog_path }}"
destination: {{ mongodb_auditlog_destination }}
format: {{ mongodb_auditlog_format }}
path: {{ mongodb_auditlog_path }}
filter: {{ mongodb_auditlog_filter }}

0 comments on commit 5ab1800

Please sign in to comment.