updated for firewall

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2023-01-12 11:39:50 +00:00
parent c3f680d8fb
commit 1b634f3193
No known key found for this signature in database
GPG key ID: 1DE02A772D0908F9

View file

@ -9,12 +9,8 @@
- name: "SECTION | 3.3.x | Network Parameters (host and Router)"
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
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
when:
- rhel9cis_firewall == "nftables"