forked from ansible-lockdown/RHEL9-CIS
updated
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
398bc5bd0c
commit
c6caa90059
36 changed files with 2584 additions and 2078 deletions
|
|
@ -1,21 +1,21 @@
|
|||
---
|
||||
|
||||
- name: "SECTION | 4.1| Configure System Accounting (auditd)"
|
||||
- name: "SECTION | 4.1 | Configure System Accounting (auditd)"
|
||||
include_tasks: cis_4.1.1.x.yml
|
||||
when:
|
||||
- not system_is_container
|
||||
|
||||
- name: "SECTION | 4.1.2.x| Configure Data Retention"
|
||||
- name: "SECTION | 4.1.2 | Configure Data Retention"
|
||||
import_tasks: cis_4.1.2.x.yml
|
||||
|
||||
- name: "SECTION | 4.1.x| Auditd rules"
|
||||
- name: "SECTION | 4.1.3 | Configure Auditd rules"
|
||||
import_tasks: cis_4.1.x.yml
|
||||
|
||||
- name: "SECTION | 4.2.x| Configure Logging"
|
||||
- name: "SECTION | 4.2 | Configure Logging"
|
||||
import_tasks: cis_4.2.1.x.yml
|
||||
when: rhel9cis_syslog == 'rsyslog'
|
||||
|
||||
- name: "SECTION | 4.2.2.x| Configure journald"
|
||||
- name: "SECTION | 4.2.2 Configure journald"
|
||||
import_tasks: cis_4.2.2.x.yml
|
||||
|
||||
- name: "SECTION | 4.2.3 | Configure logile perms"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue