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
|
|
|
|
|
|
|
|
# Name of the rookeries app
|
|
|
|
rookeries_app_name: rookeries
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
# 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
|
|
|
|
rookeries_database_uri: "mysql+mysqlconnector://{{ rookeries_db. username}}:{{ rookeries_db.password }}@localhost:3306/{{ rookeries_db.db_name }}?charset=utf8"
|
|
|
|
|
|
|
|
# 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
|