mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
Fixing minor documentation issues part 2.
Signed-off-by: Diana-Maria Dumitru <diana.dumitru@siemens.com>
This commit is contained in:
parent
76a680bb59
commit
ad8e73c3ee
1 changed files with 6 additions and 3 deletions
|
|
@ -92,9 +92,12 @@ fetch_audit_files: false
|
||||||
audit_capture_files_dir: /some/location to copy to on control node
|
audit_capture_files_dir: /some/location to copy to on control node
|
||||||
#############################
|
#############################
|
||||||
|
|
||||||
# How to retrieve audit binary
|
## How to retrieve audit binary(Goss)
|
||||||
# Options are copy or download - detailed settings at the bottom of this file
|
# Options are 'copy' or 'download' - detailed settings at the bottom of this file
|
||||||
# you will need to access to either github or the file already downloaded
|
# - if 'copy':
|
||||||
|
# - the filepath mentioned via the below 'audit_bin_copy_location' var will be used to access already downloaded Goss
|
||||||
|
# - if 'download':
|
||||||
|
# - the GitHub Goss-releases URL will be used for a fresh-download, via 'audit_bin_url' and 'audit_pkg_arch_name' vars
|
||||||
get_audit_binary_method: download
|
get_audit_binary_method: download
|
||||||
|
|
||||||
## if get_audit_binary_method - copy the following needs to be updated for your environment
|
## if get_audit_binary_method - copy the following needs to be updated for your environment
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue