mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
13 lines
354 B
YAML
13 lines
354 B
YAML
---
|
|
|
|
- name: "SECTION | 3.1.x | Configure Network Devices"
|
|
ansible.builtin.import_tasks:
|
|
file: cis_3.1.x.yml
|
|
|
|
- name: "SECTION | 3.2.x | Configure Network Kernel Modules"
|
|
ansible.builtin.import_tasks:
|
|
file: cis_3.2.x.yml
|
|
|
|
- name: "SECTION | 3.3.x | Configure Network Kernel Parameters"
|
|
ansible.builtin.import_tasks:
|
|
file: cis_3.3.x.yml
|