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