2015-02-27 08:56:41 -05:00
|
|
|
---
|
|
|
|
# defaults file for ansible-rookeries
|
2015-03-13 08:36:13 -04:00
|
|
|
|
|
|
|
# Database soecific inforaation
|
|
|
|
rookeries_db:
|
|
|
|
db_name: rookeries
|
|
|
|
username: rookeries
|
|
|
|
password: system_admin
|
2015-05-12 23:30:39 -04:00
|
|
|
setup_db: true
|
2015-05-12 23:48:10 -04:00
|
|
|
host: localhost
|
|
|
|
port: 3306
|
2015-03-13 08:36:13 -04:00
|
|
|
|
|
|
|
|
|
|
|
# The mode of the setup. Setting to "dev" enables the use of a SMTP fake server to help with development.
|
|
|
|
rookeries_environ_type: dev
|
2015-03-24 08:10:20 -04:00
|
|
|
|
2015-07-14 08:28:56 -04:00
|
|
|
# TODO Clean up and simplify the configuration.
|
|
|
|
# Name of the rookeries app
|
|
|
|
rookeries_app_name: rookeries
|
|
|
|
rookeries_version: 0.4.9
|
2015-06-25 18:00:07 -04:00
|
|
|
rookeries_app_hostname: localhost
|
2015-07-14 08:28:56 -04:00
|
|
|
rookeries_local_uwsgi_port: 8001
|
2015-06-25 18:00:07 -04:00
|
|
|
|
2015-03-24 08:10:20 -04:00
|
|
|
# The default configuration for running rookeries
|
|
|
|
rookeries_app_config:
|
|
|
|
|
|
|
|
# Basic environmental
|
2015-03-25 09:18:23 -04:00
|
|
|
rookeries_environmental_name: "Provisioned Env"
|
|
|
|
rookeries_debug: false
|
2015-03-24 08:10:20 -04:00
|
|
|
|
|
|
|
# Password salts + secrets
|
|
|
|
rookeries_password_salt: "secret"
|
|
|
|
rookeries_secret_key: "development"
|
|
|
|
|
|
|
|
# Database
|
2015-05-12 23:48:10 -04:00
|
|
|
rookeries_database_uri: "mysql+mysqlconnector://{{ rookeries_db. username}}:{{ rookeries_db.password }}@{{ rookeries_db.host }}:{{ rookeries_db.port }}/{{ rookeries_db.db_name }}?charset=utf8"
|
2015-03-24 08:10:20 -04:00
|
|
|
|
|
|
|
# Mail server configuration
|
2015-03-25 09:18:23 -04:00
|
|
|
rookeries_mail_server: "smtp.localhost.net"
|
2015-03-24 08:10:20 -04:00
|
|
|
rookeries_mail_port: 25
|
2015-03-25 09:18:23 -04:00
|
|
|
rookeries_mail_username: "user"
|
|
|
|
rookeries_mail_password: "password"
|
2015-03-24 08:10:20 -04:00
|
|
|
rookeries_mail_default_sender: "admin@local_rookeries_install.localhost.net"
|
|
|
|
rookeries_mail_use_tls: false
|
|
|
|
rookeries_mail_use_ssl: false
|