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:
parent
5429f4e963
commit
de2f3cdb19
1 changed files with 9 additions and 0 deletions
|
@ -166,6 +166,15 @@
|
||||||
# sugarizer_port is set to 8089 in /opt/iiab/iiab/vars/default_vars.yml
|
# 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
|
# 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
|
# SEE https://github.com/iiab/iiab/pull/1430#issuecomment-459129378
|
||||||
- name: Customize pathPrefix /sugarizer in /opt/iiab/sugarizer-server/sugarizer.js
|
- name: Customize pathPrefix /sugarizer in /opt/iiab/sugarizer-server/sugarizer.js
|
||||||
lineinfile:
|
lineinfile:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue