dmamanager.yml 348 Bytes
- name: Remove dmamanager DB if exist
  file:
    state: absent
    path: /opt/stack/mongodb1
- 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/mongodb1/ctlscript.sh stop