deploy_inital_wdchat_mongo.yml 473 Bytes
---
- hosts: deployed-wdchat-dma, deploy-wdchat-dma-single-host
  become: true
  tasks:
    - name: Create User & Database for WDCHAT 7017
      command: /tmp/source/mongo_7017.sh

    - name: Create User & Database for DMAMANAGER 7018
      command: /tmp/source/mongo_7018.sh

    - name: Create User & Database for SERVICEGATEWAY 7019
      command: /tmp/source/mongo_7019.sh

    - name: Create User & Database for DMAENGINE 7020
      command: /tmp/source/mongo_7020.sh