项目作者: iquzart

项目描述 :
Ansible Role for CIS Benchmark - RHEL 8 Based Systems
高级语言: HTML
项目地址: git://github.com/iquzart/ansible-cis-centos8.git
创建时间: 2020-10-27T10:22:24Z
项目社区:https://github.com/iquzart/ansible-cis-centos8

开源协议:

下载


CIS - RHEL 8 Based Systems

Asible role to apply CIS Benchmark on RHEL 8 based systems.

Requirements

Create below partitions at the time of installation. The role will not create any of these partitions.

  1. 1.1.6 | Ensure separate partition exists for /var (Scored)
  2. 1.1.7 | Ensure separate partition exists for /var/tmp (Scored)
  3. 1.1.11 | Ensure separate partition exists for /var/log (Scored)
  4. 1.1.12 | Ensure separate partition exists for /var/log/audit (Scored)
  5. 1.1.13 | Ensure separate partition exists for /home (Scored)

Support Matrix

Destro Status
CentOS 8 Supported (Tested)
RHEL 8 Supported (Tested)
Oracle Linux 8 Supported (Tested)

Role Variables

deafult/main.yml variables are pretty self explanatory.

Notes

The role will setup Authselect with a custom profile when you enable CIS rules 5.3.1, 5.3.2, 5.4.2, 5.4.3, 5.4.4.

The recommended approch to join the node to an Active Directory domain with ‘realmd’

Update realmd-distro conf (/usr/lib/realmd/realmd-distro.conf) with below.

  1. [commands]
  2. sssd-enable-logins = /usr/bin/sh -c "/usr/bin/systemctl enable oddjobd.service
  3. && /usr/bin/systemctl start oddjobd.service"
  4. sssd-disable-logins = /bin/true

Example Playbook

  1. - name: CIS Baseline Setup
  2. hosts: cis
  3. remote_user: vagrant
  4. become: yes
  5. roles:
  6. - iquzart.cis_centos_8

License

MIT

Author Information

Muhammed Iqbal iquzart@hotmail.com