ansible-nginx-supervisor/vars/main.yml

17 lines
362 B
YAML
Raw Normal View History

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