deploy_initial_mongo_db.yml
902 Bytes
---
- hosts: deployed-wdchat-dma, deploy-wdchat-dma-single-host
become: true
tasks:
- 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
- hosts: deployed-wdchat-dma-305
become: true
tasks:
- name: Insert Initial Data for DMAMANAGER 7018
command: /tmp/configuration/update_dmamanager_305.sh
- name: Insert Initial Data for SERVICEGATEWAY 7019
command: /tmp/configuration/update_servicegateway_313.sh
- hosts: deployed-wdchat-dma-306
become: true
tasks:
- name: Insert Initial Data for DMAMANAGER 7018
command: /tmp/configuration/update_dmamanager_306.sh
- name: Insert Initial Data for SERVICEGATEWAY 7019
command: /tmp/configuration/update_servicegateway_313.sh