1
0
Fork 0
mirror of https://github.com/dev-sec/ansible-nginx-hardening.git synced 2024-05-26 03:46:42 +02:00
ansible-nginx-hardening/meta/main.yml
Moritz Schlarb 15b8ec2228 Add support for Debian Buster (#27)
Closes: #26
Signed-off-by: Moritz Schlarb <moschlar@metalabs.de>
2019-10-10 21:14:30 +02:00

27 lines
530 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.5'
platforms:
- name: EL
versions:
- 6
- 7
- name: Ubuntu
versions:
- xenial
- bionic
- name: Debian
versions:
- stretch
- buster
galaxy_tags:
- system
- security
- hardening
- nginx
dependencies: []