mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-10 09:14:18 +00:00
be0d501bc8
fixes #407 Signed-off-by: rndmh3ro <github@gumpri.ch>
26 lines
533 B
YAML
26 lines
533 B
YAML
---
|
|
galaxy_info:
|
|
author: "Sebastian Gumprich"
|
|
description: 'This Ansible role provides secure nginx configurations. http://dev-sec.io/'
|
|
company: Hardening Framework Team
|
|
license: Apache License 2.0
|
|
min_ansible_version: '2.9.10'
|
|
platforms:
|
|
- name: EL
|
|
versions:
|
|
- 6
|
|
- 7
|
|
- name: Ubuntu
|
|
versions:
|
|
- xenial
|
|
- bionic
|
|
- name: Debian
|
|
versions:
|
|
- stretch
|
|
- buster
|
|
galaxy_tags:
|
|
- system
|
|
- security
|
|
- hardening
|
|
- nginx
|
|
dependencies: []
|