removed iptables - not valid in rh9

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2022-04-06 17:29:57 +01:00
parent 82d1d18504
commit b8bb7912a1
No known key found for this signature in database
GPG key ID: F734FDFC154B83FB
6 changed files with 2 additions and 426 deletions

View file

@ -19,17 +19,3 @@
when:
- rhel9cis_firewall == "nftables"
- name: "SECTION | 3.4.3.1.x | Configure iptables"
include_tasks: cis_3.4.3.1.x.yml
when:
- rhel9cis_firewall == "iptables"
- name: "SECTION | 3.4.3.2.x | Configure iptables IPv4"
include_tasks: cis_3.4.3.2.x.yml
when:
- rhel9cis_firewall == "iptables"
- name: "SECTION | 3.4.3.3.x | Configure iptables IPv6"
include_tasks: cis_3.4.3.3.x.yml
when:
- ( rhel9cis_firewall == "iptables" and rhel9cis_ipv6_required )