2014-12-22 18:03:40 -05:00
|
|
|
---
|
|
|
|
# defaults file for ansible-nginx-uwsgi-supervisor
|
2015-01-14 08:10:04 -05:00
|
|
|
|
|
|
|
# Web root paths + app name + home
|
|
|
|
app_name: rookeries
|
|
|
|
web_root_path: /srv/www
|
|
|
|
web_server_group: www-data
|
|
|
|
app_home: "{{ web_root_path }}/{{ app_name }}_webapp"
|
|
|
|
|
|
|
|
# NGINX
|
|
|
|
nginx_hostname: localhost
|
|
|
|
nginx_app_static: "{{ app_home }}/{{ app_name }}/static/"
|
|
|
|
|
|
|
|
# UWSGI
|
|
|
|
uwsgi_port: 8001
|
|
|
|
uwsgi_app_executable: rookeries:make_rookeries_app()
|