12 lines
449 B
YAML
12 lines
449 B
YAML
---
|
|
# App name reused from the nginx-uwsgi-supervisor roles
|
|
app_name: "{{ rookeries_app_name }}"
|
|
|
|
# Introduced from deployment playbook
|
|
rookeries_venv: "{{ virtualenv_root_path }}/rookeries"
|
|
rookeries_package: rookeries-0.5.0.tar.bz2
|
|
rookeries_package_path: "{{ rookeries_package }}"
|
|
|
|
# Extra virtualenv if working in a dev environment to provide the mailsink testing server
|
|
rookeries_dev_email_server_venv: "{{ virtualenv_root_path }}/mail_server"
|