servicegateway.yml
360 Bytes
- name: Remove servicegateway DB if exist
file:
state: absent
path: /opt/stack/mongodb2
- name: Install servicegateway DB
shell: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/configuration/servicegateway.conf --mode unattended
- name: Stop servicegateway DB
shell: /opt/stack/mongodb2/ctlscript.sh stop