Commit c8e305f9 by ansible

no message

1 parent 42f4a579
- name: Install DMA Manager DB
- name: Install dmamanager DB
command: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/configuration/dmamanager.conf --mode unattended
- name: Stop dmamanager DB
command: /opt/stack/mongodb2/ctlscript.sh stop
- name: Install DMA Manager DB
- 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
- name: Install WDCHAT DB
- name: Install wdchat-mongo DB
command: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/configuration/wdchat-mongo.conf --mode unattended
- name: Stop wdchat-mongo DB
command: /opt/stack/mongodb/ctlscript.sh stop
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!