d0548a7b0b
There's now a separate collection of NGINX Controller roles that can be found at https://github.com/nginxinc/ansible-collection-nginx_controller making the task in this role obsolete
51 lines
775 B
YAML
51 lines
775 B
YAML
---
|
|
galaxy_info:
|
|
author: Alessandro Fael Garcia
|
|
description: Official Ansible role for NGINX
|
|
company: NGINX, Inc.
|
|
|
|
license: Apache License, Version 2.0
|
|
|
|
min_ansible_version: 2.9
|
|
|
|
platforms:
|
|
- name: Alpine
|
|
versions:
|
|
- all
|
|
- name: Amazon
|
|
versions:
|
|
- Candidate
|
|
- name: Debian
|
|
versions:
|
|
- jessie
|
|
- stretch
|
|
- buster
|
|
- name: EL
|
|
versions:
|
|
- 6
|
|
- 7
|
|
- name: FreeBSD
|
|
versions:
|
|
- 11.2
|
|
- 12.0
|
|
- name: Ubuntu
|
|
versions:
|
|
- xenial
|
|
- bionic
|
|
- name: SLES
|
|
versions:
|
|
- 12
|
|
- 15
|
|
|
|
galaxy_tags:
|
|
- nginx
|
|
- oss
|
|
- plus
|
|
- amplify
|
|
- unit
|
|
- web
|
|
- server
|
|
- development
|
|
|
|
dependencies: []
|