mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-25 06:33:06 +00:00
16 lines
463 B
YAML
16 lines
463 B
YAML
---
|
|
|
|
- name: "SECTION | 3.1.x | Disable unused network protocols and devices"
|
|
import_tasks: cis_3.1.x.yml
|
|
|
|
- name: "SECTION | 3.2.x | Network Parameters (Host Only)"
|
|
import_tasks: cis_3.2.x.yml
|
|
|
|
- name: "SECTION | 3.3.x | Network Parameters (host and Router)"
|
|
import_tasks: cis_3.3.x.yml
|
|
|
|
- name: "SECTION | 3.4.1.x | Firewall configuration"
|
|
import_tasks: cis_3.4.1.x.yml
|
|
|
|
- name: "SECTION | 3.4.2.x | Configure firewall"
|
|
include_tasks: cis_3.4.2.x.yml
|