2014-12-22 18:03:40 -05:00
|
|
|
---
|
|
|
|
galaxy_info:
|
2014-12-29 17:00:14 -05:00
|
|
|
author: Dorian Pula
|
2015-01-22 18:57:51 -05:00
|
|
|
description: An elegant NGINX, UWSGI and supervisor Ansible role
|
2014-12-29 17:00:14 -05:00
|
|
|
company: Amber Penguin Software
|
2015-01-14 08:21:55 -05:00
|
|
|
license: BSD
|
2016-05-16 18:12:59 -04:00
|
|
|
min_ansible_version: 2.0
|
2014-12-29 17:29:53 -05:00
|
|
|
platforms:
|
2014-12-29 17:00:14 -05:00
|
|
|
- name: Ubuntu
|
2014-12-30 07:18:48 -05:00
|
|
|
versions:
|
2014-12-29 17:00:14 -05:00
|
|
|
- trusty
|
2016-05-16 18:12:59 -04:00
|
|
|
- xenial
|
2014-12-29 17:29:53 -05:00
|
|
|
categories:
|
2014-12-29 17:00:14 -05:00
|
|
|
- development
|
|
|
|
- web
|
2016-05-14 10:57:42 -04:00
|
|
|
dependencies:
|
|
|
|
# - role: "git+https://bitbucket.org/dorianpula/ansible-nginx-supervisor,,nginx-supervisor"
|
|
|
|
- role: "nginx-supervisor"
|
2016-05-17 23:39:35 -04:00
|
|
|
nsbase_app_name: "{{ uwsgi_app_name }}"
|
|
|
|
nsbase_app_root_path: "{{ uwsgi_app_root_path }}"
|
|
|
|
nsbase_app_hostname: "{{ uwsgi_app_hostname }}"
|
2016-05-14 10:57:42 -04:00
|
|
|
nsbase_app_service_name: "{{ uwsgi_app_service_name }}"
|
2016-05-17 23:39:35 -04:00
|
|
|
nsbase_app_service_command: "{{ uwsgi_app_supervisor_command }}"
|
2016-05-14 10:57:42 -04:00
|
|
|
nsbase_app_service_stop_signal: QUIT
|
2016-05-17 23:39:35 -04:00
|
|
|
nsbase_app_nginx_config: "{{ uwsgi_app_nginx_config }}"
|
2016-05-18 10:48:18 -04:00
|
|
|
nsbase_app_static_path: "{{ uwsgi_app_static_path }}"
|