public-health-ch/ansible/roles/dev-sec.nginx-hardening/meta/main.yml
2018-12-17 13:50:15 +01:00

29 lines
582 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:
- precise
- trusty
- xenial
- bionic
- name: Debian
versions:
- wheezy
- jessie
- stretch
galaxy_tags:
- system
- security
- hardening
- nginx
dependencies: []