mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
13 lines
No EOL
321 B
YAML
13 lines
No EOL
321 B
YAML
---
|
|
|
|
- name: "SECTION | 2.1 | Time Synchronization"
|
|
import_tasks: cis_2.1.x.yml
|
|
|
|
- name: "SECTION | 2.2 | Special Purpose Services"
|
|
import_tasks: cis_2.2.x.yml
|
|
|
|
- name: "SECTION | 2.3 | Service Clients"
|
|
import_tasks: cis_2.3.x.yml
|
|
|
|
- name: "SECTION | 2.4 | Nonessential services removed"
|
|
import_tasks: cis_2.4.yml |