mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
updated environment options
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
33cfc54a5e
commit
627f6e291d
3 changed files with 12 additions and 0 deletions
|
|
@ -622,6 +622,12 @@ rhel9cis_passwd_label: "{{ (this_item | default(item)).id }}: {{ (this_item | de
|
|||
# 6.2.9
|
||||
rhel9cis_dotperm_ansiblemanaged: true
|
||||
#### Goss Configuration Settings ####
|
||||
# Set correct env for the run_audit.sh script from https://github.com/ansible-lockdown/{{ benchmark }}-Audit.git"
|
||||
audit_run_script_environment:
|
||||
AUDIT_BIN: "{{ audit_bin }}"
|
||||
AUDIT_FILE: 'goss.yml'
|
||||
AUDIT_CONTENT_LOCATION: "{{ audit_out_dir }}"
|
||||
|
||||
|
||||
### Goss binary settings ###
|
||||
goss_version:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue