--- # vars file for ansible-nginx-uwsgi-supervisor # User web_user: "{{ ansible_env.SUDO_USER }}" # NGINX nginx_app_config: "{{ app_name }}_nginx.conf" # Supervisor supervisor_app_config: "{{ app_name }}_supervisor.conf" # App specific configuration app_service_name: "{{ app_name }}" app_service_command: "echo {{ app_name }}" app_service_stop_signal: QUIT