c2b8eb71a4
* Update Molecule to `3.2.0` and Docker Python SDK to `4.4.0`. * Add Alpine `3.12` to supported platforms for NGINX Plus. * Remove Alpine `3.9` and CentOS/RHEL `6` from supported platforms due to EOL.
55 lines
860 B
YAML
55 lines
860 B
YAML
---
|
|
galaxy_info:
|
|
author: Alessandro Fael Garcia
|
|
description: Official Ansible role for NGINX
|
|
role_name: nginx
|
|
company: F5 Networks, Inc.
|
|
|
|
license: Apache License, Version 2.0
|
|
|
|
min_ansible_version: 2.9
|
|
|
|
platforms:
|
|
- name: Alpine
|
|
versions:
|
|
- any
|
|
- name: Amazon
|
|
versions:
|
|
- 2018.03
|
|
- name: Amazon Linux 2
|
|
versions:
|
|
- any
|
|
- name: Debian
|
|
versions:
|
|
- stretch
|
|
- buster
|
|
- name: EL
|
|
versions:
|
|
- 7
|
|
- 8
|
|
- name: FreeBSD
|
|
versions:
|
|
- 11.2
|
|
- 12.0
|
|
- name: Ubuntu
|
|
versions:
|
|
- xenial
|
|
- bionic
|
|
- focal
|
|
- name: SLES
|
|
versions:
|
|
- 12
|
|
- 15
|
|
|
|
galaxy_tags:
|
|
- nginx
|
|
- oss
|
|
- opensource
|
|
- plus
|
|
- web
|
|
- server
|
|
- development
|
|
- install
|
|
|
|
dependencies: []
|