2015-02-27 08:56:41 -05:00
|
|
|
---
|
2015-03-13 08:36:13 -04:00
|
|
|
# App name reused from the nginx-uwsgi-supervisor roles
|
2015-03-11 22:09:54 -04:00
|
|
|
app_name: "{{ rookeries_app_name }}"
|
2016-05-17 23:41:02 -04:00
|
|
|
web_root_path: /srv/www
|
|
|
|
virtualenv_root_path: "{{ web_root_path }}/virtualenvs"
|
|
|
|
web_server_group: www-data
|
2015-03-09 16:02:32 -04:00
|
|
|
|
2015-03-11 22:09:54 -04:00
|
|
|
# Introduced from deployment playbook
|
2015-07-14 08:28:56 -04:00
|
|
|
|
2015-07-17 08:23:27 -04:00
|
|
|
|
|
|
|
rookeries_package: "{{ rookeries_deploy_source }}.tar.bz2"
|
|
|
|
rookeries_deploy_dir: "{{ web_root_path }}/{{ rookeries_deploy_source }}"
|
|
|
|
rookeries_venv: "{{ virtualenv_root_path }}/{{ rookeries_deploy_source }}"
|
|
|
|
rookeries_app_symlink: "{{ web_root_path }}/{{ rookeries_deploy_target }}"
|
|
|
|
rookeries_venv_symlink: "{{ virtualenv_root_path }}/{{ rookeries_deploy_target }}"
|
|
|
|
|
2015-05-20 10:53:03 -04:00
|
|
|
rookeries_package_path: "{{ rookeries_package }}"
|
2015-03-13 08:36:13 -04:00
|
|
|
|
|
|
|
# Extra virtualenv if working in a dev environment to provide the mailsink testing server
|
|
|
|
rookeries_dev_email_server_venv: "{{ virtualenv_root_path }}/mail_server"
|