wdchat-mongodb.yml 350 Bytes
- name: Remove wdchat-mongo DB if exist
  file:
    state: absent
    path: /opt/stack/mongodb
- name: Install wdchat-mongo DB
  shell: /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
  shell: /opt/stack/mongodb/ctlscript.sh stop