forked from ansible-lockdown/RHEL9-CIS
import_tasks file added
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
e202d4bd68
commit
a67a484971
6 changed files with 88 additions and 44 deletions
|
|
@ -1,7 +1,9 @@
|
|||
---
|
||||
|
||||
- name: "SECTION | 6.1 | System File Permissions"
|
||||
ansible.builtin.import_tasks: cis_6.1.x.yml
|
||||
ansible.builtin.import_tasks:
|
||||
file: cis_6.1.x.yml
|
||||
|
||||
- name: "SECTION | 6.2 | User and Group Settings"
|
||||
ansible.builtin.import_tasks: cis_6.2.x.yml
|
||||
ansible.builtin.import_tasks:
|
||||
file: cis_6.2.x.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue