Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/radsec/centos7-cis

Ansible CentOS 7 - CIS Benchmark Hardening Script
https://github.com/radsec/centos7-cis

ansible ansible-playbook ansible-playbooks ansible-role ansible-roles automation centos centos7 centos7-cis centos7cis cis cis-benchmark rhel7 security-automation security-hardening system-hardening

Last synced: about 1 month ago
JSON representation

Ansible CentOS 7 - CIS Benchmark Hardening Script

Awesome Lists containing this project

README

        

# CentOS7-CIS - v2.2.0 - Latest

![ansible-lint](https://github.com/radsec/CentOS7-CIS/workflows/ansible-lint/badge.svg?branch=master)

## CentOS 7 - CIS Benchmark Hardening Script

This Ansible script is under development and is considered a work in progress.

This Ansible script can be used to harden a CentOS 7 machine to be CIS compliant to meet level 1 or level 2 requirements.

This role will make significant changes to systems and could break the running operations of machines. Considering using this script on a test machine before using the script against other production level systems for remediation. Use this script at your own risk and no warranty is attached for the usage of this script as dictated by the license.

## System Requirements
```
Ansible 2.5+
CentOS 7.x+
```
## Role and Setting Variables
```
section1
section2
section3
section4
section5
section6
```
## License
MIT License

Copyright for portions of CentOS7-CIS are held by

Copyright (c) 2018-2020 Radsec

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.