2022-01-07 09:06:18 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
|
|
- name: "SECTION | 5.1 | Configure time-based job schedulers"
|
2022-02-02 11:25:03 +00:00
|
|
|
import_tasks: cis_5.1.x.yml
|
2022-01-07 09:06:18 +00:00
|
|
|
|
|
|
|
|
- name: "SECTION | 5.2 | Configure SSH Server"
|
2022-01-13 11:27:38 +00:00
|
|
|
include_tasks: cis_5.2.x.yml
|
2022-02-02 11:25:03 +00:00
|
|
|
when:
|
|
|
|
|
- "'openssh-server' in ansible_facts.packages"
|
2022-01-07 09:06:18 +00:00
|
|
|
|
|
|
|
|
- name: "SECTION | 5.3 | Configure Profiles"
|
2022-02-02 11:25:03 +00:00
|
|
|
include_tasks: cis_5.3.x.yml
|
2022-01-07 09:06:18 +00:00
|
|
|
when:
|
2022-02-02 11:25:03 +00:00
|
|
|
- rhel9cis_use_authconfig
|
2022-01-07 09:06:18 +00:00
|
|
|
|
|
|
|
|
- name: "SECTION | 5.4 | Configure PAM "
|
2022-02-02 11:25:03 +00:00
|
|
|
import_tasks: cis_5.4.x.yml
|
2022-01-07 09:06:18 +00:00
|
|
|
|
|
|
|
|
- name: "SECTION | 5.5.1.x | Passwords and Accounts"
|
2022-02-02 11:25:03 +00:00
|
|
|
import_tasks: cis_5.5.1.x.yml
|
2022-01-07 09:06:18 +00:00
|
|
|
|
|
|
|
|
- name: "SECTION | 5.5.x | System Accounts and User Settings"
|
2022-02-02 11:25:03 +00:00
|
|
|
import_tasks: cis_5.5.x.yml
|
2022-01-07 09:06:18 +00:00
|
|
|
|
|
|
|
|
- name: "SECTION | 5.6 | Root Login"
|
2022-02-02 11:25:03 +00:00
|
|
|
import_tasks: cis_5.6.yml
|
2022-01-07 09:06:18 +00:00
|
|
|
|
|
|
|
|
- name: Section | 5.7 | su Command Restriction
|
2022-02-02 11:25:03 +00:00
|
|
|
import_tasks: cis_5.7.yml
|