ansible-collection-hardening/README.md

113 lines
5.4 KiB
Markdown
Raw Permalink Normal View History

2020-11-07 20:19:43 +00:00
# Ansible Collection - devsec.hardening
2015-05-04 21:37:22 +00:00
[![devsec.os_hardening](https://github.com/dev-sec/ansible-collection-hardening/actions/workflows/os_hardening.yml/badge.svg)](https://github.com/dev-sec/ansible-collection-hardening/actions/workflows/os_hardening.yml)
[![devsec.os_hardening VM](https://github.com/dev-sec/ansible-collection-hardening/actions/workflows/os_hardening_vm.yml/badge.svg)](https://github.com/dev-sec/ansible-collection-hardening/actions/workflows/os_hardening_vm.yml)
[![devsec.ssh_hardening](https://github.com/dev-sec/ansible-collection-hardening/actions/workflows/ssh_hardening.yml/badge.svg)](https://github.com/dev-sec/ansible-collection-hardening/actions/workflows/ssh_hardening.yml)
[![devsec.ssh_hardening BSD](https://github.com/dev-sec/ansible-collection-hardening/actions/workflows/ssh_hardening_bsd.yml/badge.svg)](https://github.com/dev-sec/ansible-collection-hardening/actions/workflows/ssh_hardening_bsd.yml)
[![devsec.ssh_hardening with custom tests](https://github.com/dev-sec/ansible-collection-hardening/actions/workflows/ssh_hardening_custom_tests.yml/badge.svg)](https://github.com/dev-sec/ansible-collection-hardening/actions/workflows/ssh_hardening_custom_tests.yml)
[![devsec.nginx_hardening](https://github.com/dev-sec/ansible-collection-hardening/actions/workflows/nginx_hardening.yml/badge.svg)](https://github.com/dev-sec/ansible-collection-hardening/actions/workflows/nginx_hardening.yml)
[![devsec.mysql_hardening](https://github.com/dev-sec/ansible-collection-hardening/actions/workflows/mysql_hardening.yml/badge.svg)](https://github.com/dev-sec/ansible-collection-hardening/actions/workflows/mysql_hardening.yml)
2015-05-04 21:37:22 +00:00
## Description
2020-11-11 20:54:31 +00:00
This collection provides battle tested hardening for:
2020-11-08 10:20:25 +00:00
- Linux operating systems:
- CentOS 9
add debian 12 support (#684) * add debian 12 support Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com> * temp disable pam-checks Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com> * remove debian12 from vagrant tests as there's no box yet Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com> * use new pam-tester from pip Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com> * use new pam-tester from pip Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com> * add setuptoolks to pam-tester install Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com> * add setuptoolks to pam-tester install Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com> * add setuptoolks to pam-tester install Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com> * add setuptoolks to pam-tester install Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com> * install pam-tester with python3 and use full path to it Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com> * install python3-setupttools in verify-tests Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com> * fix path for pam-tester in all tests Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com> * set python interpreter to 3 for verify-tests Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com> * Revert "set python interpreter to 3 for verify-tests" This reverts commit 00b6556e332dbac06ace86397b8e6a9481a8a1c4. * add back accidentally deleted tasks Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com> --------- Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com> Co-authored-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
2023-08-04 10:59:40 +00:00
- Rocky Linux 8/9
- Debian 11/12
- Ubuntu 20.04/22.04/24.04
- Amazon Linux (some roles supported)
2020-11-08 10:20:25 +00:00
- Arch Linux (some roles supported)
- Fedora 39/40 (some roles supported)
- Suse Tumbleweed (some roles supported)
2020-11-08 10:20:25 +00:00
- MySQL
- MariaDB >= 5.5.65, >= 10.1.45, >= 10.3.17
- MySQL >= 5.7.31, >= 8.0.3
- Nginx 1.0.16 or later
- OpenSSH 5.3 and later
2015-05-28 20:52:10 +00:00
2020-11-07 20:19:43 +00:00
The hardening is intended to be compliant with the Inspec DevSec Baselines:
2015-05-28 20:52:10 +00:00
- <https://github.com/dev-sec/linux-baseline>
- <https://github.com/dev-sec/mysql-baseline>
- <https://github.com/dev-sec/nginx-baseline>
- <https://github.com/dev-sec/ssh-baseline>
2015-05-04 21:37:22 +00:00
## Looking for the old roles?
The roles are now part of the hardening-collection.
We have kept the old releases of the `os-hardening` role in this repository, so you can find the them by exploring older tags.
The last release of the standalone role was [6.2.0](https://github.com/dev-sec/ansible-collection-hardening/tree/6.2.0).
2022-08-22 10:39:21 +00:00
The other roles are in separate archives repositories:
- [apache_hardening](https://github.com/dev-sec/ansible-apache-hardening)
- [mysql_hardening](https://github.com/dev-sec/ansible-mysql-hardening)
- [nginx_hardening](https://github.com/dev-sec/ansible-nginx-hardening)
- [ssh_hardening](https://github.com/dev-sec/ansible-ssh-hardening)
- [windows_hardening](https://github.com/dev-sec/ansible-windows-hardening)
## Minimum required Ansible-version
- Ansible >= 2.9.10
2020-11-07 20:19:43 +00:00
## Included content
2020-11-08 10:20:25 +00:00
- [os_hardening](roles/os_hardening/)
- [mysql_hardening](roles/mysql_hardening/)
- [nginx_hardening](roles/nginx_hardening/)
- [ssh_hardening](roles/ssh_hardening/)
2020-11-07 20:19:43 +00:00
In progress, not working:
2019-04-29 14:48:52 +00:00
2020-11-08 10:20:25 +00:00
- [apache_hardening](roles/apache_hardening/)
- [windows_hardening](roles/windows_hardening/)
2019-04-29 14:48:52 +00:00
2021-02-25 06:57:55 +00:00
## Installation
Install the collection via ansible-galaxy:
`ansible-galaxy collection install devsec.hardening`
2020-11-07 20:19:43 +00:00
## Using this collection
2019-04-29 14:48:52 +00:00
2020-11-07 20:19:43 +00:00
Please refer to the examples in the readmes of the role.
2015-05-04 21:37:22 +00:00
2020-11-07 20:19:43 +00:00
See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details.
2016-01-31 14:31:21 +00:00
2020-11-07 20:19:43 +00:00
## Contributing to this collection
2016-01-31 14:31:21 +00:00
2020-11-07 20:19:43 +00:00
See the [contributor guideline](CONTRIBUTING.md).
2020-11-07 20:19:43 +00:00
## Release notes
2016-01-31 14:31:21 +00:00
2020-11-07 20:19:43 +00:00
See the [changelog](https://github.com/dev-sec/ansible-os-hardening/tree/master/CHANGELOG.md).
2016-01-31 14:31:21 +00:00
2020-11-07 20:19:43 +00:00
## Roadmap
2020-11-07 20:19:43 +00:00
Todos:
2020-11-08 10:20:25 +00:00
2022-08-22 09:25:08 +00:00
- Work on [apache_hardening](roles/apache_hardening/) and [windows_hardening](roles/windows_hardening/)
- Add support for more operating systems
2020-11-07 20:19:43 +00:00
## More information
2020-11-07 20:19:43 +00:00
General information:
2016-05-22 13:31:21 +00:00
2020-11-07 20:19:43 +00:00
- [Ansible Collection overview](https://github.com/ansible-collections/overview)
- [Ansible User guide](https://docs.ansible.com/ansible/latest/user_guide/index.html)
- [Ansible Developer guide](https://docs.ansible.com/ansible/latest/dev_guide/index.html)
- [Ansible Collections Checklist](https://github.com/ansible-collections/overview/blob/master/collection_requirements.rst)
- [Ansible Community code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html)
- [The Bullhorn (the Ansible Contributor newsletter)](https://us19.campaign-archive.com/home/?u=56d874e027110e35dea0e03c1&id=d6635f5420)
- [Changes impacting Contributors](https://github.com/ansible-collections/overview/issues/45)
2015-05-04 21:37:22 +00:00
2020-11-07 20:19:43 +00:00
## Licensing
2015-05-04 21:37:22 +00:00
2020-11-07 20:19:43 +00:00
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
2016-05-22 13:31:21 +00:00
<http://www.apache.org/licenses/LICENSE-2.0>
2015-05-04 21:37:22 +00:00
2020-11-07 20:19:43 +00:00
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.