mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2026-03-25 22:37:11 +00:00
changed to import task public PR 377
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
4b302f97f9
commit
95ed2ff03d
2 changed files with 16 additions and 1 deletions
15
Changelog.md
15
Changelog.md
|
|
@ -1,5 +1,20 @@
|
|||
# Changes to rhel9CIS
|
||||
|
||||
## 2.0.3 - Based on CIS v2.0.0
|
||||
|
||||
- Thanks to @numericillustration
|
||||
- Public PR 380
|
||||
- systemd_service rolled back to systemd for < ansible 2.14
|
||||
- Thanks to @bgro and @Kodebach
|
||||
- Public PR 371
|
||||
- updated to user sudo check 5.2.4
|
||||
- Thanks to @polski-g
|
||||
- Public PR 364
|
||||
- gdm section 1.8 improvements
|
||||
- Thanks to @chrispipo
|
||||
- Public PR 350
|
||||
- change insert before for rsyslog setting
|
||||
|
||||
## 2.0.2 - Based on CIS v2.0.0
|
||||
|
||||
- Update to audit_only to allow fetching results
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
file: cis_1.2.2.x.yml
|
||||
|
||||
- name: "SECTION | 1.3.1 | Configure SELinux"
|
||||
ansible.builtin.include_tasks:
|
||||
ansible.builtin.import_tasks:
|
||||
file: cis_1.3.1.x.yml
|
||||
|
||||
- name: "SECTION | 1.4 | Configure Bootloader"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue