1
0
mirror of https://github.com/krislamo/vagrant-easyredmine synced 2024-09-19 15:30:34 +00:00

Prevent DB password from logging and update URL

This commit is contained in:
Kris Lamoureux 2020-05-22 12:46:51 -04:00
parent 404d0c56af
commit 9ec4f8dd3b
Signed by: kris
GPG Key ID: A30022791E1719A4
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@ remote_scratch_path: /vagrant/scratch
nginx_pem: redmine.vm-rsa.pem
installer_package_name: easyredmine-upen-20180412.zip #easyredmine_2016_stable_u2072_v2018_1_1__platform_2018_02_04.zip
installer_package_path: '{{ remote_scratch_path }}/{{ installer_package_name }}'
installer_package_url: 'http://software.apidb.org/source/{{ installer_package_name }}'
installer_package_url: 'http://software.apidb.org/source/easyredmine/{{ installer_package_name }}'
redmine_db_dump_file: '{{ remote_scratch_path }}/redmine_dump.sql.gz'
redmine_root_dir: /opt/easyredmine
mysql_admin_login: root

View File

@ -59,4 +59,5 @@
priv: '{{ redmine_db_name }}.*:ALL'
state: present
become: yes
no_log: yes