mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2026-03-25 22:37:11 +00:00
Update .j2 branding
Signed-off-by: Frederick Witty <frederick.witty@gotyto.com>
This commit is contained in:
parent
71206432be
commit
f413385208
40 changed files with 53 additions and 50 deletions
|
|
@ -1,3 +1,4 @@
|
|||
{{ file_managed_by_ansible }}
|
||||
# CIS Configurations
|
||||
# 5.3.3.2.3 Ensure password complexity is configured
|
||||
{% if rhel9cis_passwd_complex_option == 'minclass' %} # pragma: allowlist secret
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{{ file_managed_by_ansible }}
|
||||
# CIS Configurations
|
||||
# 5.3.3.2.6 Ensure password dictionary check is enabled
|
||||
dictcheck = {{ rhel9cis_passwd_dictcheck_value }}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{{ file_managed_by_ansible }}
|
||||
# CIS Configurations
|
||||
# 5.3.3.2.1 Ensure password number of changed characters is configured
|
||||
difok = {{ rhel9cis_passwd_difok_value }}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{{ file_managed_by_ansible }}
|
||||
# CIS Configurations
|
||||
# 5.3.3.2.2 Ensure minimum password length is configured
|
||||
minlen = {{ rhel9cis_passwd_minlen_value }}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{{ file_managed_by_ansible }}
|
||||
# CIS Configurations
|
||||
# 5.3.3.2.5 Ensure password maximum sequential characters is configured
|
||||
maxsequence = {{ rhel9cis_passwd_maxsequence_value }}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{{ file_managed_by_ansible }}
|
||||
# CIS Configurations
|
||||
# 5.3.3.2.7 Ensure password quality checking is enforced
|
||||
enforcing = {{ rhel9cis_passwd_quality_enforce_value }}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{{ file_managed_by_ansible }}
|
||||
# CIS Configurations
|
||||
# 5.3.3.2.4 Ensure password same consecutive characters is configured
|
||||
maxrepeat = {{ rhel9cis_passwd_maxrepeat_value }}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
{{ file_managed_by_ansible }}
|
||||
# CIS Configurations
|
||||
# 5.3.3.2.7 Ensure password quality is enforced for the root user
|
||||
{{ rhel9cis_passwd_quality_enforce_root_value }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue