forked from ansible-lockdown/RHEL9-CIS
updated
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
398bc5bd0c
commit
c6caa90059
36 changed files with 2584 additions and 2078 deletions
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
|
||||
# Access, Authentication, and Authorization
|
||||
|
||||
- name: "SECTION | 5.1 | Configure time-based job schedulers"
|
||||
import_tasks: cis_5.1.x.yml
|
||||
|
||||
|
|
@ -8,22 +10,17 @@
|
|||
when:
|
||||
- "'openssh-server' in ansible_facts.packages"
|
||||
|
||||
- name: "SECTION | 5.3 | Configure Profiles"
|
||||
- name: "SECTION | 5.3 | Configure privilege escalation"
|
||||
include_tasks: cis_5.3.x.yml
|
||||
when:
|
||||
- rhel9cis_use_authconfig
|
||||
|
||||
- name: "SECTION | 5.4 | Configure PAM "
|
||||
- name: "SECTION | 5.4 | Configure authselect"
|
||||
import_tasks: cis_5.4.x.yml
|
||||
|
||||
- name: "SECTION | 5.5.1.x | Passwords and Accounts"
|
||||
import_tasks: cis_5.5.1.x.yml
|
||||
|
||||
- name: "SECTION | 5.5.x | System Accounts and User Settings"
|
||||
- name: "SECTION | 5.5 | Configure PAM "
|
||||
import_tasks: cis_5.5.x.yml
|
||||
|
||||
- name: "SECTION | 5.6 | Root Login"
|
||||
import_tasks: cis_5.6.yml
|
||||
- name: "SECTION | 5.6.1.x | Shadow Password Suite Parameters"
|
||||
import_tasks: cis_5.6.1.x.yml
|
||||
|
||||
- name: Section | 5.7 | su Command Restriction
|
||||
import_tasks: cis_5.7.yml
|
||||
- name: "SECTION | 5.6.x | Misc. User Account Settings"
|
||||
import_tasks: cis_5.6.x.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue