1
0
mirror of https://github.com/krislamo/vagrant-easyredmine synced 2024-09-19 23:30:35 +00:00
vagrant-easyredmine/config.yml

45 lines
1.7 KiB
YAML
Raw Normal View History

2015-11-22 02:45:34 +00:00
2015-11-30 15:08:24 +00:00
redmine_mail_alias: redmine@localhost
redmine_owner: vagrant
2015-11-22 02:45:34 +00:00
redmine_owner_ssh_pub_key: ssh-rsa AAAAB3NzaC1yc2EAAAABIwAAAIEAvijH8y7CL9TxWCucjgXRa2q3l0Nc9JW7/SAFHVgt/FYClenS0DMN0nGm1I4z2mtftt8gHz5f6PNqyvfc3F0JcOqiuH9qP79FQ6c8rDmqQEqOuBrufPX11y/9IESIJ0aQ5feQP+WooR6bo/O7BFJS005S3foA/iLphf+smLrW44k= mheiges@sapote.local
2015-11-30 15:08:24 +00:00
do_database_management: True # no import unless management == true
2015-11-22 02:45:34 +00:00
do_redmine_db_import: True
do_redmine_installer: True
2015-11-30 15:08:24 +00:00
remote_scratch_path: /vagrant/scratch
2015-11-22 02:45:34 +00:00
nginx_pem: redmine.vm-rsa.pem
installer_package_name: easyredmine_package_u2072_d201511101601.zip
2015-11-30 15:08:24 +00:00
installer_package_path: '{{ remote_scratch_path }}/{{ installer_package_name }}'
2015-11-22 02:45:34 +00:00
installer_package_url: 'http://software.apidb.org/source/{{ installer_package_name }}'
2015-11-30 15:08:24 +00:00
redmine_db_dump_file: '{{ remote_scratch_path }}/redmine_unmigrated_dump.sql.gz'
2015-11-22 02:45:34 +00:00
redmine_root_dir: /opt/easyredmine
2015-11-30 15:08:24 +00:00
mysql_admin_login: root
mysql_admin_password: ''
2015-11-22 02:45:34 +00:00
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
2015-11-30 15:08:24 +00:00
smtp_address: localhost
smtp_port: 587
smtp_domain: smtpdomain
smtp_username: smtpuser
smtp_password: smtppassword
smtp_authentication: plain
smtp_enable_starttls: true
ruby_version: 2.1.3
is_production_vm: False
nfs_domain: gacrc.uga.edu # Domain /etc/idmapd.conf on NFS server
redmine_files_nfs_mount: '' # /mnt/redminefiles
redmine_files_nfs_source: '' # 171.26.20.75:/srv/easyredmine
2015-11-22 02:45:34 +00:00
_redmine_db_import_file: /tmp/redmine_dump.sql
_redmine_db_import_success: /tmp/redmine_db_import_success
_redmine_install_wrapper: '/home/{{ redmine_owner }}/install_wrapper'
2015-11-30 15:08:24 +00:00
# rvm1-ansible module vars
rvm1_rubies:
- 'ruby-{{ ruby_version }}'
rvm1_rvm_check_for_updates: False