1
0
mirror of https://github.com/dev-sec/ansible-nginx-hardening.git synced 2024-11-23 04:12:02 +01:00
ansible-nginx-hardening/meta/main.yml

27 lines
530 B
YAML
Raw Normal View History

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
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
- buster
2016-07-26 12:28:52 +02:00
galaxy_tags:
- system
- security
- hardening
- nginx
2016-08-11 18:18:56 +02:00
dependencies: []