install_wdchat_db.yml
432 Bytes
---
- hosts: wdchat-dma
become: true
tasks:
- name: Install WDCHAT DB
command: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/configuration/wdchat-mongo.conf --mode unattended
- name: Init Mongo 7018
command: /tmp/source/mongo_7018.sh
- name: Init Mongo 7019
command: /tmp/source/mongo_7019.sh
- name: Init Mongo 7020
command: /tmp/source/mongo_7020.sh