forked from ansible-lockdown/RHEL9-CIS
updated for firewall
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
c3f680d8fb
commit
1b634f3193
1 changed files with 2 additions and 6 deletions
|
|
@ -9,12 +9,8 @@
|
||||||
- name: "SECTION | 3.3.x | Network Parameters (host and Router)"
|
- name: "SECTION | 3.3.x | Network Parameters (host and Router)"
|
||||||
import_tasks: cis_3.3.x.yml
|
import_tasks: cis_3.3.x.yml
|
||||||
|
|
||||||
- name: "SECTION | 3.4.1.x | Configure firewalld"
|
- name: "SECTION | 3.4.1.x | Firewall configuration"
|
||||||
import_tasks: cis_3.4.1.x.yml
|
import_tasks: cis_3.4.1.x.yml
|
||||||
when:
|
|
||||||
- rhel9cis_firewall == "firewalld"
|
|
||||||
|
|
||||||
- name: "SECTION | 3.4.2.x | Configure nftables"
|
- name: "SECTION | 3.4.2.x | Configure firewall"
|
||||||
include_tasks: cis_3.4.2.x.yml
|
include_tasks: cis_3.4.2.x.yml
|
||||||
when:
|
|
||||||
- rhel9cis_firewall == "nftables"
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue