33 lines
520 B
YAML
33 lines
520 B
YAML
---
|
|
galaxy_info:
|
|
author: Dorian Pula
|
|
description: An elegant NGINX, UWSGI and supervisor Ansible role
|
|
company: Amber Penguin Software
|
|
license: BSD
|
|
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: []
|