27 lines
866 B
YAML
27 lines
866 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: 2.0
|
|
platforms:
|
|
- name: Ubuntu
|
|
versions:
|
|
- trusty
|
|
- xenial
|
|
categories:
|
|
- development
|
|
- web
|
|
dependencies:
|
|
# - role: "git+https://bitbucket.org/dorianpula/ansible-nginx-supervisor,,nginx-supervisor"
|
|
- role: "nginx-supervisor"
|
|
nsbase_app_name: "{{ uwsgi_app_name }}"
|
|
nsbase_app_root_path: "{{ uwsgi_app_root_path }}"
|
|
nsbase_app_hostname: "{{ uwsgi_app_hostname }}"
|
|
nsbase_app_service_name: "{{ uwsgi_app_service_name }}"
|
|
nsbase_app_service_command: "{{ uwsgi_app_supervisor_command }}"
|
|
nsbase_app_service_stop_signal: QUIT
|
|
nsbase_app_nginx_config: "{{ uwsgi_app_nginx_config }}"
|
|
nsbase_app_static_path: "{{ uwsgi_app_static_path }}"
|