2022-01-07 09:06:18 +00:00
|
|
|
---
|
|
|
|
|
|
2024-07-24 13:57:29 +01:00
|
|
|
- name: "SECTION | 4.1.x | Configure a firewall"
|
2023-09-21 14:55:55 +01:00
|
|
|
ansible.builtin.import_tasks:
|
2024-07-24 13:57:29 +01:00
|
|
|
file: cis_4.1.x.yml
|
2022-01-07 09:06:18 +00:00
|
|
|
|
2024-07-24 13:57:29 +01:00
|
|
|
- name: "SECTION | 4.2.x | Configure FirewallD"
|
|
|
|
|
when: rhel9cis_firewall == "firewalld"
|
2023-09-21 14:55:55 +01:00
|
|
|
ansible.builtin.import_tasks:
|
2024-07-24 13:57:29 +01:00
|
|
|
file: cis_4.2.x.yml
|
2022-01-07 09:06:18 +00:00
|
|
|
|
2024-07-24 13:57:29 +01:00
|
|
|
- name: "SECTION | 4.3.x | Configure nftables"
|
|
|
|
|
when: rhel9cis_firewall == "nftables"
|
2023-09-21 14:55:55 +01:00
|
|
|
ansible.builtin.import_tasks:
|
2024-07-24 13:57:29 +01:00
|
|
|
file: cis_4.3.x.yml
|