--- # App name reused from the nginx-uwsgi-supervisor roles app_name: "{{ rookeries_app_name }}" # Introduced from deployment playbook rookeries_venv: "{{ virtualenv_root_path }}/{{ rookeries_app_name }}" rookeries_package: "{{ rookeries_app_name }}-{{ rookeries_version }}.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"