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