40 lines
611 B
YAML
40 lines
611 B
YAML
---
|
|
galaxy_info:
|
|
author: Dorian Pula
|
|
description: NGINX UWSGI and supervisor role
|
|
company: Amber Penguin Software
|
|
# Some suggested licenses:
|
|
# - BSD (default)
|
|
# - MIT
|
|
# - GPLv2
|
|
# - GPLv3
|
|
# - Apache
|
|
# - CC-BY
|
|
license: AGPLv3
|
|
min_ansible_version: 1.6
|
|
platforms:
|
|
- name: Ubuntu
|
|
versions:
|
|
# - all
|
|
# - lucid
|
|
# - maverick
|
|
# - natty
|
|
# - oneiric
|
|
# - precise
|
|
# - quantal
|
|
# - raring
|
|
- saucy
|
|
- trusty
|
|
#- name: Debian
|
|
# versions:
|
|
# - all
|
|
# - etch
|
|
# - lenny
|
|
# - squeeze
|
|
# - wheezy
|
|
#
|
|
categories:
|
|
- development
|
|
- web
|
|
dependencies: []
|