public-health-ch/ansible/roles/dev-sec.nginx-hardening/meta/main.yml

30 lines
582 B
YAML
Raw Normal View History

2017-04-24 12:22:51 +00: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-12-17 12:50:15 +00:00
min_ansible_version: '2.5'
2017-04-24 12:22:51 +00:00
platforms:
- name: EL
versions:
- 6
- 7
- name: Ubuntu
versions:
- precise
- trusty
- xenial
2018-12-17 12:50:15 +00:00
- bionic
2017-04-24 12:22:51 +00:00
- name: Debian
versions:
- wheezy
- jessie
2018-12-17 12:50:15 +00:00
- stretch
2017-04-24 12:22:51 +00:00
galaxy_tags:
- system
- security
- hardening
- nginx
dependencies: []