--- # TODO Move into defaults/main.yaml databases: rookeries: username: rookeries password: system_admin # TODO Move into defaults/main.yaml rookeries_app_name: rookeries app_name: "{{ rookeries_app_name }}" # The mode of the setup. Setting to "dev" enables the use of a SMTP fake server to help with development. # TODO Move into defaults/main.yaml rookeries_environ_type: dev rookeries_dev_email_server_venv: "{{ virtualenv_root_path }}/mail_server" # Introduced from deployment playbook # TODO Reorganize everything rookeries_venv: "{{ virtualenv_root_path }}/rookeries" rookeries_package: rookeries-0.4.0.tar.bz2 rookeries_package_path: "../../{{ rookeries_package }}"