1
0
mirror of https://github.com/krislamo/vagrant-easyredmine synced 2025-09-09 05:59:29 +00:00

move vars from role to playbook

This commit is contained in:
Mark Heiges
2015-11-20 13:51:11 -05:00
parent 28a318a4e4
commit fcbdd5c85b
3 changed files with 28 additions and 36 deletions

View File

@@ -1,33 +1,2 @@
---
# vars file for easyredmine
do_redmine_db_import: True
do_redmine_installer: False
cache_dir: /vagrant/scratch
installer_package_name: easyredmine_package_u2072_d201511101601.zip
installer_package_path: '{{ cache_dir }}/{{ installer_package_name }}'
installer_package_url: 'http://software.apidb.org/source/{{ installer_package_name }}'
redmine_db_dump_file: '{{ cache_dir }}/redmine_dump.sql.gz'
redmine_root_dir: /opt/easyredmine
redmine_db_service_provider: mariadb # or mysqld
redmine_db_name: easyredmine
redmine_db_host: localhost
redmine_db_user: redmine
redmine_db_password: '@redmin3r'
redmine_db_encoding: utf8
redmine_db_port: 3306
redmine_email_addr: mheiges@uga.edu
redmine_email_port: 587
sendmail_path: /usr/sbin/sendmail
sendmail_args: -i -t
_redmine_db_import_file: /tmp/redmine_dump.sql
_redmine_db_import_success: /tmp/redmine_db_import_success
_redmine_install_wrapper: /home/vagrant/install_wrapper