--- # defaults file for ansible-nginx-uwsgi-supervisor # Web root paths + app name + home app_name: app 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: 8000 uwsgi_app_executable: "app:make_wsgi_app()"