File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -916,8 +916,8 @@ audit_out_dir: '/var/tmp'
916916audit_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
923923goss_file : " {{ audit_conf_dir }}goss.yml"
You can’t perform that action at this time.
0 commit comments