mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
changed audit dir to opt
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
3df35e03a0
commit
962319fcce
1 changed files with 1 additions and 4 deletions
|
|
@ -669,12 +669,9 @@ audit_local_copy: "some path to copy from"
|
|||
# get_url:
|
||||
audit_files_url: "some url maybe s3?"
|
||||
|
||||
# Where the goss audit configuration will be stored
|
||||
audit_files: "/var/tmp/{{ benchmark }}-Audit/"
|
||||
|
||||
## Goss configuration information
|
||||
# Where the goss configs and outputs are stored
|
||||
audit_out_dir: '/var/tmp'
|
||||
audit_out_dir: '/opt'
|
||||
audit_conf_dir: "{{ audit_out_dir }}/{{ benchmark }}-Audit/"
|
||||
pre_audit_outfile: "{{ audit_out_dir }}/{{ ansible_hostname }}_pre_scan_{{ ansible_date_time.epoch }}.{{ audit_format }}"
|
||||
post_audit_outfile: "{{ audit_out_dir }}/{{ ansible_hostname }}_post_scan_{{ ansible_date_time.epoch }}.{{ audit_format }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue