2015-02-27 08:56:41 -05:00
|
|
|
---
|
|
|
|
galaxy_info:
|
|
|
|
author: Dorian Pula
|
|
|
|
description: Ansible role to setup and deploy Rookeries.
|
|
|
|
company: Amber Penguin Software
|
|
|
|
license: AGPLV3
|
|
|
|
min_ansible_version: 1.8.0
|
|
|
|
platforms:
|
|
|
|
- name: Ubuntu
|
|
|
|
versions:
|
|
|
|
- saucy
|
|
|
|
- trusty
|
|
|
|
categories:
|
|
|
|
- development
|
|
|
|
- web
|
|
|
|
dependencies:
|
2015-02-27 11:06:33 -05:00
|
|
|
- { role: dorianpula.nginx-uwsgi-supervisor,
|
2015-03-09 16:02:32 -04:00
|
|
|
app_name: "{{ rookeries_app_name }}",
|
2015-06-25 18:00:07 -04:00
|
|
|
app_nginx_hostname: "{{ rookeries_app_hostname }}",
|
2015-02-27 08:56:41 -05:00
|
|
|
app_uwsgi_port: 8001,
|
2015-03-24 08:10:20 -04:00
|
|
|
app_uwsgi_executable: "rookeries:make_rookeries_app()",
|
|
|
|
app_uwsgi_envs: "{{ rookeries_app_config }}"}
|