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:
|
|
|
|
- trusty
|
|
|
|
categories:
|
|
|
|
- development
|
|
|
|
- web
|
|
|
|
dependencies:
|
2015-07-17 08:23:27 -04:00
|
|
|
- role: dorianpula.nginx-uwsgi-supervisor
|
|
|
|
app_name: "{{ rookeries_app_name }}"
|
|
|
|
app_root_path: "{{ rookeries_app_symlink }}"
|
|
|
|
app_nginx_hostname: "{{ rookeries_app_hostname }}"
|
|
|
|
app_uwsgi_port: "{{ rookeries_local_uwsgi_port }}"
|
|
|
|
app_uwsgi_executable: "rookeries:make_rookeries_app()"
|
|
|
|
app_uwsgi_envs: "{{ rookeries_app_config }}"
|