forked from ansible-lockdown/RHEL9-CIS
addressed issue #387, thank you @fragglexarmy
Signed-off-by: Frederick Witty <frederickw@mindpointgroup.com>
This commit is contained in:
parent
5794114b3e
commit
e61cafb59b
2 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
# Changes to rhel9CIS
|
# Changes to rhel9CIS
|
||||||
|
|
||||||
## 2.0.3 - Based on CIS v2.0.0
|
## 2.0.3 - Based on CIS v2.0.0
|
||||||
|
- addressed issue #387, thank you @fragglexarmy
|
||||||
- addressed issue #382 to improve regex logic on 5.4.2.4
|
- addressed issue #382 to improve regex logic on 5.4.2.4
|
||||||
- improvment on crypto policy managed controls with var logic
|
- improvment on crypto policy managed controls with var logic
|
||||||
- addressed issue #384 thank you @polski-g
|
- addressed issue #384 thank you @polski-g
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@
|
||||||
- rhel9cis_force_user_mindays
|
- rhel9cis_force_user_mindays
|
||||||
ansible.builtin.user:
|
ansible.builtin.user:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
password_expire_max: "{{ rhel9cis_pass_min_days }}"
|
password_expire_min: "{{ rhel9cis_pass_min_days }}"
|
||||||
loop: "{{ discovered_min_days.stdout_lines }}"
|
loop: "{{ discovered_min_days.stdout_lines }}"
|
||||||
|
|
||||||
- name: "5.4.1.3 | PATCH | Ensure password expiration warning days is configured"
|
- name: "5.4.1.3 | PATCH | Ensure password expiration warning days is configured"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue