mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
fqcn update
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
4e8397b89e
commit
cb609c1f1a
6 changed files with 42 additions and 42 deletions
|
|
@ -1,16 +1,16 @@
|
|||
---
|
||||
|
||||
- name: "SECTION | 3.1.x | Disable unused network protocols and devices"
|
||||
import_tasks: cis_3.1.x.yml
|
||||
ansible.builtin.import_tasks: cis_3.1.x.yml
|
||||
|
||||
- name: "SECTION | 3.2.x | Network Parameters (Host Only)"
|
||||
import_tasks: cis_3.2.x.yml
|
||||
ansible.builtin.import_tasks: cis_3.2.x.yml
|
||||
|
||||
- name: "SECTION | 3.3.x | Network Parameters (host and Router)"
|
||||
import_tasks: cis_3.3.x.yml
|
||||
ansible.builtin.import_tasks: cis_3.3.x.yml
|
||||
|
||||
- name: "SECTION | 3.4.1.x | Firewall configuration"
|
||||
import_tasks: cis_3.4.1.x.yml
|
||||
ansible.builtin.import_tasks: cis_3.4.1.x.yml
|
||||
|
||||
- name: "SECTION | 3.4.2.x | Configure firewall"
|
||||
include_tasks: cis_3.4.2.x.yml
|
||||
ansible.builtin.import_tasks: cis_3.4.2.x.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue