mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
Updated comments
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
d1a6f6d2b8
commit
c178cba7bc
1 changed files with 5 additions and 3 deletions
|
|
@ -24,9 +24,11 @@ warn_count: 0
|
|||
|
||||
gpg_key_package: "{{ ansible_facts.distribution | lower }}-gpg-keys"
|
||||
|
||||
## Control 6.3.3.x - Audit template
|
||||
# This variable governs if the auditd logic should be executed(if value is true).
|
||||
# NOTE: The current default value is likely to be overriden(via 'set_fact') by other further tasks(in sub-section 'Auditd rules').
|
||||
## 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
|
||||
# to `false`.
|
||||
update_audit_template: false
|
||||
|
||||
# Defaults
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue