mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2026-03-25 14:27:12 +00:00
max concurrent options and default added
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
9a113ea4a8
commit
5dd64ebdb8
4 changed files with 5 additions and 3 deletions
|
|
@ -75,6 +75,8 @@ setup_audit: false
|
|||
run_audit: false
|
||||
# Run heavy tests - some tests can have more impact on a system enabling these can have greater impact on a system
|
||||
audit_run_heavy_tests: true
|
||||
# Ability to limit the number of concurrent processes used by goss (default 50)
|
||||
audit_max_concurrent: 50
|
||||
|
||||
## Only run Audit do not remediate
|
||||
audit_only: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue