Skip to content

Commit 8da1b6e

Browse files
authored
Merge pull request #138 from ansible-lockdown/Oct_issues
updated audit out file
2 parents 8b5abb7 + 881e170 commit 8da1b6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

defaults/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -916,8 +916,8 @@ audit_out_dir: '/var/tmp'
916916
audit_conf_dir: "{{ audit_out_dir }}/{{ benchmark }}-Audit/"
917917

918918
# If changed these can affect other products
919-
pre_audit_outfile: "{{ audit_out_dir }}/{{ ansible_hostname }}_pre_scan_{{ ansible_date_time.epoch }}.{{ audit_format }}"
920-
post_audit_outfile: "{{ audit_out_dir }}/{{ ansible_hostname }}_post_scan_{{ ansible_date_time.epoch }}.{{ audit_format }}"
919+
pre_audit_outfile: "{{ audit_out_dir }}/{{ ansible_hostname }}-{{ benchmark }}_pre_scan_{{ ansible_date_time.epoch }}.{{ audit_format }}"
920+
post_audit_outfile: "{{ audit_out_dir }}/{{ ansible_hostname }}-{{ benchmark }}_post_scan_{{ ansible_date_time.epoch }}.{{ audit_format }}"
921921

922922
## The following should not need changing
923923
goss_file: "{{ audit_conf_dir }}goss.yml"

0 commit comments

Comments
 (0)