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"
|
2023-09-21 14:55:55 +01:00
|
|
|
ansible.builtin.import_tasks:
|
|
|
|
|
file: cis_3.1.x.yml
|
2022-01-07 09:06:18 +00:00
|
|
|
|
|
|
|
|
- name: "SECTION | 3.2.x | Network Parameters (Host Only)"
|
2023-09-21 14:55:55 +01:00
|
|
|
ansible.builtin.import_tasks:
|
|
|
|
|
file: 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)"
|
2023-09-21 14:55:55 +01:00
|
|
|
ansible.builtin.import_tasks:
|
|
|
|
|
file: cis_3.3.x.yml
|
2022-01-07 09:06:18 +00:00
|
|
|
|
2023-01-12 11:39:50 +00:00
|
|
|
- name: "SECTION | 3.4.1.x | Firewall configuration"
|
2023-09-21 14:55:55 +01:00
|
|
|
ansible.builtin.import_tasks:
|
|
|
|
|
file: cis_3.4.1.x.yml
|
2022-01-07 09:06:18 +00:00
|
|
|
|
2023-01-12 11:39:50 +00:00
|
|
|
- name: "SECTION | 3.4.2.x | Configure firewall"
|
2023-09-21 14:55:55 +01:00
|
|
|
ansible.builtin.import_tasks:
|
|
|
|
|
file: cis_3.4.2.x.yml
|