Configure RHEL 9 machine to be CIS
Based on CIS RedHat Enterprise Linux 9 Benchmark v1.0.0. - 11-30-2022
On our Discord Server to ask questions, discuss features, or just chat with other Ansible-Lockdown users
This role will make changes to the system which may have unintended concequences.
This role was developed against a clean install of the Operating System. If you are implimenting to an existing system please review this role for any site specific changes that are needed.
To use release version please point to main branch
- Readthedocs
- Getting Started
- Customizing Roles
- Per-Host Configuration
- Getting the Most Out of the Role
RHEL 9 Almalinux 9 Rocky 9
ansible 2.10 jmespath relevant collections
- Access to download or add the goss binary and content to the system if using auditing (other options are available on how to get the content to the system.)
ansible-base 2.10.17 - python 3.8 ansible-core 2.13.4 - python 3.10
- makefile - this is there purely for testing and initial setup purposes.
-
Basic knowledge of Ansible, below are some links to the Ansible documentation to help get started if you are unfamiliar with Ansible
-
Functioning Ansible and/or Tower Installed, configured, and running. This includes all of the base Ansible/Tower configurations, needed packages installed, and infrastructure setup.
-
Please read through the tasks in this role to gain an understanding of what each control is doing.
- Some of the tasks are disruptive and can have unintended consiquences in a live production system. Also familiarize yourself with the variables in the defaults/main.yml file
- Python3
- Ansible 2.9+
- python-def (should be included in RHEL 9)
- libselinux-python
- pip packages
- jmespath ( complete list found in requirements.txt)
- collections found in collections/requirememnts.yml
This role is designed that the end user should not have to edit the tasks themselves. All customizing should be done by overriding the required varaibles as found in defaults/main.yml file. e.g. using inventory, group_vars, extra_vars
There are many tags available for added control precision. Each control has it's own set of tags noting what level, if it's scored/notscored, what OS element it relates to, if it's a patch or audit, and the rule number.
Below is an example of the tag section from a control within this role. Using this example if you set your run to skip all controls with the tag services, this task will be skipped. The opposite can also happen where you run only controls tagged with services.
tags:
- level1-server
- level1-workstation
- scored
- avahi
- services
- patch
- rule_2.2.4
CIS 1.2.4 - repo_gpgcheck is not carried out for RedHat hosts as the default repos do not have this function. This also affect EPEL(not covered by var). - Rocky and Alma not affected. Variable used to unset. rhel9cis_rhel_default_repo: true # to be set to false if using repo that does have this ability