2020-11-07 20:19:43 +00:00
|
|
|
namespace: devsec
|
|
|
|
name: hardening
|
2021-05-24 20:16:19 +00:00
|
|
|
version: 7.7.0
|
2020-11-07 20:19:43 +00:00
|
|
|
readme: README.md
|
|
|
|
authors:
|
2021-02-10 13:02:01 +00:00
|
|
|
- dev-sec <hello@dev-sec.io>
|
|
|
|
description: 'This collection provides battle tested hardening for Linux, SSH, nginx, MySQL'
|
2020-11-07 20:19:43 +00:00
|
|
|
license:
|
2021-02-10 13:02:01 +00:00
|
|
|
- GPL-2.0-or-later
|
2020-11-07 20:19:43 +00:00
|
|
|
license_file: ''
|
|
|
|
tags:
|
2020-11-09 19:45:14 +00:00
|
|
|
- devsec
|
2020-11-07 20:19:43 +00:00
|
|
|
- hardening
|
|
|
|
- centos
|
|
|
|
- ubuntu
|
|
|
|
- debian
|
|
|
|
- nginx
|
|
|
|
- mysql
|
|
|
|
- openssh
|
2021-02-05 18:44:23 +00:00
|
|
|
dependencies:
|
2021-04-28 08:35:46 +00:00
|
|
|
ansible.posix: '>=1.0.0'
|
2021-02-05 18:44:23 +00:00
|
|
|
community.crypto: '>=1.0.0'
|
2021-04-28 08:35:46 +00:00
|
|
|
community.general: '>=1.0.0'
|
2021-02-10 13:02:01 +00:00
|
|
|
repository: 'https://github.com/dev-sec/ansible-os-hardening'
|
|
|
|
homepage: 'https://dev-sec.io/'
|
|
|
|
issues: 'https://github.com/dev-sec/ansible-os-hardening/issues'
|
2020-11-07 20:19:43 +00:00
|
|
|
build_ignore:
|
|
|
|
- codecov.yml
|
|
|
|
- .github
|
|
|
|
- .gitattributes
|
|
|
|
- .gitignore
|
|
|
|
- hacking
|
|
|
|
- requirements.txt
|
|
|
|
- test-requirements.txt
|
|
|
|
- tests
|
|
|
|
- .tox
|
|
|
|
- tox.ini
|
|
|
|
- .yamllint
|