mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 14:23:05 +00:00
improved jinja logic
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
565ef20715
commit
485a85db76
1 changed files with 4 additions and 0 deletions
|
|
@ -1,7 +1,11 @@
|
|||
# CIS Configurations
|
||||
# 5.3.3.2.3 Ensure password complexity is configured
|
||||
{% if rhel9cis_passwd_complex_option == minclass %}
|
||||
minclass = {{ rhel9cis_passwd_minclass }}
|
||||
{ %endif %}
|
||||
{% if rhel9cis_passwd_complex_option == credits %}
|
||||
dcredit = {{rhel9cis_passwd_dcredit }}
|
||||
ucredit = {{ rhel9cis_passwd_ucredit }}
|
||||
ocredit = {{ rhel9cis_passwd_ocredit }}
|
||||
lcredit = {{ rhel9cis_passwd_lcredit }}
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue