--- 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: - saucy - trusty categories: - development - web dependencies: # - role: "git+https://bitbucket.org/dorianpula/ansible-nginx-supervisor,,nginx-supervisor" - role: "nginx-supervisor" nsbase_app_name: "{{ app_name }}" nsbase_app_root_path: "{{ app_root_path }}" nsbase_app_nginx_hostname: "{{ app_nginx_hostname }}" nsbase_app_service_name: "{{ uwsgi_app_service_name }}" nsbase_app_service_command: "{{ uwsgi_supervisor_app_command }}" nsbase_app_service_stop_signal: QUIT nsbase_nginx_app_config: "{{ uwsgi_nginx_app_config }}"