1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Update main.yml

This commit is contained in:
A Holt 2019-01-31 01:00:20 -05:00 committed by GitHub
parent 5429f4e963
commit de2f3cdb19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -166,6 +166,15 @@
# sugarizer_port is set to 8089 in /opt/iiab/iiab/vars/default_vars.yml
# If you need to change this, edit /etc/iiab/local_vars.yml prior to installing
# SEE https://github.com/iiab/iiab/pull/1430#issuecomment-459129378
- name: Set MongoDB port to {{ mongodb_port }} in /opt/iiab/sugarizer-server/env/sugarizer.ini
lineinfile:
path: /opt/iiab/sugarizer-server/env/sugarizer.ini
regexp: "^port = 27017$"
line: "port = {{ mongodb_port }}"
# mongodb_port is set to 27018 in /opt/iiab/iiab/vars/default_vars.yml
# If you need to change this, edit /etc/iiab/local_vars.yml prior to installing
# SEE https://github.com/iiab/iiab/pull/1430#issuecomment-459129378
- name: Customize pathPrefix /sugarizer in /opt/iiab/sugarizer-server/sugarizer.js
lineinfile: