ansible-role-nginx/meta/main.yml
Alessandro Fael Garcia f3ec78e7ae Add support to the role for RHEL 8 and Alpine Linux (#129)
* Add support to the role for RHEL 8 and Alpine Linux

* Add NGINX Open Source support for Alpine Linux

* Add NGINX Open Source support for SLES 15

* Update supported platforms matrix
2019-05-20 17:32:08 +01:00

52 lines
805 B
YAML

---
galaxy_info:
role_name: nginx
author: Alessandro Fael Garcia
description: Official Ansible role for NGINX
company: NGINX, Inc.
license: Apache License, Version 2.0
min_ansible_version: 2.4.0.0
platforms:
- name: Alpine
versions:
- all
- name: Amazon Linux
- candidate
- name: Debian
versions:
- jessie
- stretch
- name: EL
versions:
- 6
- 7
- name: FreeBSD
versions:
- 11.2
- 12.0
- name: Ubuntu
versions:
- trusty
- xenial
- bionic
- name: SLES
versions:
- 12
- 15
galaxy_tags:
- nginx
- oss
- plus
- amplify
- controller
- unit
- web
- server
- development
dependencies: []