mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
bb588bd777
* linting Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com> * more linting Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com> * change line length issues Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com> * replace yes with true in tasks Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com> * use manual line-wrapping because ansible-lint does not support it correctly. see https://github.com/ansible/ansible-lint/issues/2522 * use manual line-wrapping because ansible-lint does not support it correctly. see https://github.com/ansible/ansible-lint/issues/2522 Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com> * use manual line-wrapping because ansible-lint does not support it correctly. see https://github.com/ansible/ansible-lint/issues/2522 Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com> * add exception for task Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com> * remove trailing whitespace * add back deleted params Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com> * add back deleted params Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com> * add back tasks Signed-off-by: Sebastian Gumprich <sebastian.gumprich@t-systems.com>
45 lines
916 B
YAML
45 lines
916 B
YAML
---
|
|
namespace: devsec
|
|
name: hardening
|
|
version: 8.4.0
|
|
readme: README.md
|
|
authors:
|
|
- dev-sec <hello@dev-sec.io>
|
|
description: This collection provides battle tested hardening for Linux, SSH, nginx, MySQL
|
|
license:
|
|
- Apache-2.0
|
|
license_file: ""
|
|
tags:
|
|
- devsec
|
|
- hardening
|
|
- centos
|
|
- ubuntu
|
|
- debian
|
|
- nginx
|
|
- mysql
|
|
- openssh
|
|
- apache_hardening
|
|
- mysql_hardening
|
|
- nginx_hardening
|
|
- os_hardening
|
|
- ssh_hardening
|
|
dependencies:
|
|
ansible.posix: ">=1.0.0"
|
|
community.crypto: ">=1.0.0"
|
|
community.general: ">=1.0.0"
|
|
community.mysql: ">=1.3.0"
|
|
repository: https://github.com/dev-sec/ansible-collection-hardening/
|
|
homepage: https://dev-sec.io/
|
|
issues: https://github.com/dev-sec/ansible-collection-hardening/issues
|
|
build_ignore:
|
|
- codecov.yml
|
|
- .github
|
|
- .gitattributes
|
|
- .gitignore
|
|
- hacking
|
|
- requirements.txt
|
|
- test-requirements.txt
|
|
- tests
|
|
- .tox
|
|
- tox.ini
|
|
- .yamllint
|