https://github.com/db0/os-hardening
Ansible Collection for OS-agnostic hardening
https://github.com/db0/os-hardening
Last synced: about 1 year ago
JSON representation
Ansible Collection for OS-agnostic hardening
- Host: GitHub
- URL: https://github.com/db0/os-hardening
- Owner: db0
- Created: 2022-02-02T08:41:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T12:38:04.000Z (over 3 years ago)
- Last Synced: 2025-01-23T09:33:14.729Z (over 1 year ago)
- Language: YAML
- Size: 211 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
Awesome Lists containing this project
README
OS Hardening
================
Ansible collection that holds roles which can be used to harden various operating systems, different approaches.
## Roles
| Role | Documentation |
| --------- | ------------------------------------------------------------------------------------------------------ |
| Linux CIS Hardening | [Documentation](https://github.com/db0/os-hardening/blob/main/roles/linux_cis/README.md) |
## Usage
You can find specific to each role within the "Documentation" link for each role.
## Credits
This collection is heavily based on the work done by the MindPoint Group through their [Ansibe Lockdown repositories](https://github.com/ansible-lockdown)