mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2026-05-09 23:33:53 +00:00
Apply container guards and skips for CIS hardening
Signed-off-by: DayneD89 <dayned89@gmail.com>
This commit is contained in:
parent
c7ed4de9a8
commit
5ab951145c
10 changed files with 113 additions and 10 deletions
|
|
@ -17,7 +17,9 @@
|
|||
state: present
|
||||
|
||||
- name: "4.1.2 | PATCH | Ensure a single firewall configuration utility is in use"
|
||||
when: rhel9cis_rule_4_1_2
|
||||
when:
|
||||
- rhel9cis_rule_4_1_2
|
||||
- not system_is_container
|
||||
tags:
|
||||
- level1-server
|
||||
- level1-workstation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue