mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-25 22:53:06 +00:00
10 lines
224 B
YAML
10 lines
224 B
YAML
|
|
---
|
||
|
|
|
||
|
|
- name: "SECTION | 7.1 | System File Permissions"
|
||
|
|
ansible.builtin.import_tasks:
|
||
|
|
file: cis_7.1.x.yml
|
||
|
|
|
||
|
|
- name: "SECTION | 7.2 | Local User and Group Settings"
|
||
|
|
ansible.builtin.import_tasks:
|
||
|
|
file: cis_7.2.x.yml
|