ansible-nginx-supervisor/vars/main.yml

24 lines
545 B
YAML
Raw Normal View History

---
# vars file for ansible-nginx-uwsgi-supervisor
# TODO Make more configurable and flexible
# Web app home + group
web_app_home: /srv/www
web_server_group: www-data
user: "{{ ansible_env.SUDO_USER }}"
# NGINX
app_nginx_conf: rookeries-uwsgi_nginx.conf
# Supervisor
# TODO Allow for multiple supervisord configurations
supervisor_configs:
# - mailsink_supervisor.conf
- rookeries_supervisor.conf
# UWSGI
uwsgi_venv: "{{ web_app_home }}/virtualenvs/uwsgi"
uwsgi_config: "{{ web_app_home }}/config/uwsgi"
uwsgi_ini: rookeries-uwsgi.ini