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 }}"
|
2015-03-09 16:02:32 -04:00
|
|
|
|
2015-03-11 22:09:54 -04:00
|
|
|
# Introduced from deployment playbook
|
|
|
|
rookeries_venv: "{{ virtualenv_root_path }}/rookeries"
|
|
|
|
rookeries_package: rookeries-0.4.0.tar.bz2
|
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"
|