2016-07-26 12:28:52 +02:00
|
|
|
---
|
|
|
|
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
|
2018-10-11 08:52:37 +02:00
|
|
|
min_ansible_version: '2.5'
|
2016-07-26 12:28:52 +02:00
|
|
|
platforms:
|
|
|
|
- name: EL
|
|
|
|
versions:
|
|
|
|
- 6
|
|
|
|
- 7
|
|
|
|
- name: Ubuntu
|
|
|
|
versions:
|
|
|
|
- xenial
|
2018-10-11 09:33:01 +02:00
|
|
|
- bionic
|
2016-07-26 12:28:52 +02:00
|
|
|
- name: Debian
|
|
|
|
versions:
|
2018-10-11 09:33:01 +02:00
|
|
|
- stretch
|
2019-10-10 21:14:30 +02:00
|
|
|
- buster
|
2016-07-26 12:28:52 +02:00
|
|
|
galaxy_tags:
|
|
|
|
- system
|
|
|
|
- security
|
|
|
|
- hardening
|
|
|
|
- nginx
|
2016-08-11 18:18:56 +02:00
|
|
|
dependencies: []
|