forked from ansible-lockdown/RHEL9-CIS
updated include/import tasks
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
3b19db6812
commit
819c942d8f
7 changed files with 86 additions and 70 deletions
|
|
@ -1,13 +1,13 @@
|
|||
---
|
||||
|
||||
- name: "SECTION | 2.1 | xinetd"
|
||||
include: cis_2.1.1.yml
|
||||
include_tasks: cis_2.1.1.yml
|
||||
|
||||
- name: "SECTION | 2.2.1 | Time Synchronization"
|
||||
include: cis_2.2.1.x.yml
|
||||
include_tasks: cis_2.2.1.x.yml
|
||||
|
||||
- name: "SECTION | 2.2 | Special Purpose Services"
|
||||
include: cis_2.2.x.yml
|
||||
include_tasks: cis_2.2.x.yml
|
||||
|
||||
- name: "SECTION | 2.3 | Service Clients"
|
||||
include: cis_2.3.x.yml
|
||||
include_tasks: cis_2.3.x.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue