mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2026-03-25 22:37:11 +00:00
QA Fixes
Signed-off-by: Frederick Witty <frederick.witty@gotyto.com>
This commit is contained in:
parent
2863be6c02
commit
11becb32c5
17 changed files with 132 additions and 58 deletions
|
|
@ -41,7 +41,7 @@ gpg_key_package: "{{ ansible_facts.distribution | lower }}-gpg-keys"
|
|||
## Controls 6.3.3.x - Audit template
|
||||
# This variable is set to true by tasks 6.3.3.1 to 6.3.3.20. As a result, the
|
||||
# audit settings are overwritten with the role's template. In order to exclude
|
||||
# specific rules, you must set the variable of form `ubtu24cis_rule_6_3_3_x` above
|
||||
# specific rules, you must set the variable of form `rhel9cis_rule_6_3_3_x` above
|
||||
# to `false`.
|
||||
update_audit_template: false
|
||||
|
||||
|
|
@ -52,7 +52,7 @@ update_audit_template: false
|
|||
# system_is_container the true. Otherwise, the default value
|
||||
# 'false' is left unchanged.
|
||||
system_is_container: false
|
||||
# The filename of the existing yml file in role's 'vars/' sub-directory
|
||||
# The filename of the existing yml file in role's 'vars/' sub-directory
|
||||
# to be used for managing the role-behavior when a container was detected:
|
||||
# (de)activating rules or for other tasks(e.g. disabling Selinux or a specific
|
||||
# firewall-type).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue