--- # vars file for ansible-nginx-uwsgi-supervisor # User web_user: "{{ ansible_env.SUDO_USER }}" # NGINX nginx_app_config: "{{ app_name }}_uwsgi_nginx.conf" # Supervisor supervisor_app_config: "{{ app_name }}_supervisor.conf"