deploy_initial_mongo_data.yml
1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
- hosts: 06_deploy-dma-mongo-302
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: 06_deploy-dma-mongo-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: 06_deploy-dma-mongo-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
- hosts: 06_deploy-dma-mongo-314
become: true
tasks:
- name: Insert Initial Data for DMAMANAGER 7018
command: /tmp/configuration/update_dmamanager_314.sh
- name: Insert Initial Data for SERVICEGATEWAY 7019
command: /tmp/configuration/update_servicegateway_313.sh