deploy_initial_mongo_db.yml
499 Bytes
---
- hosts: deployed-wdchat-dma, deploy-wdchat-dma-single-host
become: true
tasks:
#- name: Insert Initial Data for WDCHAT 7017
# command: /tmp/source/mongo_7017.sh
- name: Insert Initial Data for DMAMANAGER 7018
command: /tmp/configuration/update_dmamanager.sh
- name: Insert Initial Data for SERVICEGATEWAY 7019
command: /tmp/configuration/update_servicegateway.sh
#- name: Insert Initial Data for DMAENGINE 7020
# command: /tmp/source/mongo_7020.sh