ansible-collection-hardening/galaxy.yml
Iain R. Learmonth 93c489d3b2
Adds dependency on ansible.posix and community.general (#415)
* galaxy.yml: Adds dependency on ansible.posix (Fixes: #414)

This is required by the OS hardening role, which uses the mount module.

* add community.general dependency

Co-authored-by: Sebastian Gumprich <rndmh3ro@users.noreply.github.com>
2021-04-28 10:35:46 +02:00

38 lines
784 B
YAML

namespace: devsec
name: hardening
version: 7.6.0
readme: README.md
authors:
- dev-sec <hello@dev-sec.io>
description: 'This collection provides battle tested hardening for Linux, SSH, nginx, MySQL'
license:
- GPL-2.0-or-later
license_file: ''
tags:
- devsec
- hardening
- centos
- ubuntu
- debian
- nginx
- mysql
- openssh
dependencies:
ansible.posix: '>=1.0.0'
community.crypto: '>=1.0.0'
community.general: '>=1.0.0'
repository: 'https://github.com/dev-sec/ansible-os-hardening'
homepage: 'https://dev-sec.io/'
issues: 'https://github.com/dev-sec/ansible-os-hardening/issues'
build_ignore:
- codecov.yml
- .github
- .gitattributes
- .gitignore
- hacking
- requirements.txt
- test-requirements.txt
- tests
- .tox
- tox.ini
- .yamllint