forked from ansible-lockdown/RHEL9-CIS
updated
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
dc5f71d461
commit
8c79bfe7fb
25 changed files with 253 additions and 266 deletions
|
|
@ -32,7 +32,7 @@
|
|||
|
||||
- name: "SECTION | 1.3 | Filesystem Integrity Checking"
|
||||
import_tasks: cis_1.3.x.yml
|
||||
when: rhel8cis_config_aide
|
||||
when: rhel9cis_config_aide
|
||||
|
||||
- name: "SECTION | 1.4 | Secure Boot Settings"
|
||||
import_tasks: cis_1.4.x.yml
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
|
||||
- name: "SECTION | 1.6 | Mandatory Access Control"
|
||||
include_tasks: cis_1.6.1.x.yml
|
||||
when: not rhel8cis_selinux_disable
|
||||
when: not rhel9cis_selinux_disable
|
||||
|
||||
- name: "SECTION | 1.7 | Command Line Warning Banners"
|
||||
import_tasks: cis_1.7.x.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue