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