2022-01-07 09:06:18 +00:00
|
|
|
---
|
|
|
|
|
|
2022-04-01 15:26:13 +01:00
|
|
|
- name: "SECTION | 3.1.x | Disable unused network protocols and devices"
|
2022-02-02 11:25:03 +00:00
|
|
|
import_tasks: cis_3.1.x.yml
|
2022-01-07 09:06:18 +00:00
|
|
|
|
|
|
|
|
- name: "SECTION | 3.2.x | Network Parameters (Host Only)"
|
2022-02-02 11:25:03 +00:00
|
|
|
import_tasks: cis_3.2.x.yml
|
2022-01-07 09:06:18 +00:00
|
|
|
|
2022-04-01 15:26:13 +01:00
|
|
|
- name: "SECTION | 3.3.x | Network Parameters (host and Router)"
|
2022-02-02 11:25:03 +00:00
|
|
|
import_tasks: cis_3.3.x.yml
|
2022-01-07 09:06:18 +00:00
|
|
|
|
2022-04-01 15:26:13 +01:00
|
|
|
- name: "SECTION | 3.4.1.x | Configure firewalld"
|
|
|
|
|
import_tasks: cis_3.4.1.x.yml
|
2022-01-07 09:06:18 +00:00
|
|
|
when:
|
|
|
|
|
- rhel9cis_firewall == "firewalld"
|
|
|
|
|
|
2022-04-01 15:26:13 +01:00
|
|
|
- name: "SECTION | 3.4.2.x | Configure nftables"
|
|
|
|
|
include_tasks: cis_3.4.2.x.yml
|
2022-01-07 09:06:18 +00:00
|
|
|
when:
|
|
|
|
|
- rhel9cis_firewall == "nftables"
|
|
|
|
|
|