forked from ansible-lockdown/RHEL9-CIS
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"
|
gpg_key_package: "{{ ansible_facts.distribution | lower }}-gpg-keys"
|
||||||
|
|
||||||
## Control 6.3.3.x - Audit template
|
## Controls 6.3.3.x - Audit template
|
||||||
# This variable governs if the auditd logic should be executed(if value is true).
|
# This variable is set to true by tasks 6.3.3.1 to 6.3.3.20. As a result, the
|
||||||
# NOTE: The current default value is likely to be overriden(via 'set_fact') by other further tasks(in sub-section 'Auditd rules').
|
# 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
|
update_audit_template: false
|
||||||
|
|
||||||
# Defaults
|
# Defaults
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue