Commit 8ebaeeab by ansible

Chage Group Name ( inventory ) by adding step number in front of group name

1 parent 5693bddf
---
- hosts: deploy-dma-ssl-certificate, deploy-wdchat-ssl-certificate
- hosts: 06_deploy-defalut-ntp
become: true
tasks:
- name: Deploy NTP Configuration
......
---
- hosts: deploy-dma-ssl-certificate, deploy-wdchat-ssl-certificate
- hosts: 06_deploy-defalut-certificate
become: true
tasks:
- name: Deploy Server Certificate File
......
---
- hosts: patch-dma-3.0.3
- hosts: 07_patch-dma-3.0.3
become: true
tasks:
- name: Deploy ims-1.0.0
......@@ -7,7 +7,7 @@
- name: Deploy jsb.war
command: cp /tmp/application/jsb.war /opt/stack/admin/wildfly/standalone/deployments/jsb.war
- hosts: patch-dma-3.0.5
- hosts: 07_patch-dma-3.0.5
become: true
tasks:
- name: Deploy iChat-3.0.5
......@@ -25,7 +25,7 @@
- name: Deploy iConsole-3.0.6.0
command: cp /tmp/application/iConsole-3.0.6.0.war /opt/stack/admin/wildfly/standalone/deployments/iConsole.war
- hosts: patch-dma-3.0.6
- hosts: 07_patch-dma-3.0.6
become: true
tasks:
- name: Deploy iChat-3.0.5
......@@ -43,7 +43,7 @@
- name: Deploy iConsole-3.0.6.0
command: cp /tmp/application/iConsole-3.0.6.0.war /opt/stack/admin/wildfly/standalone/deployments/iConsole.war
- hosts: patch-dma-3.1.0
- hosts: 07_patch-dma-3.1.0
become: true
tasks:
- name: Deploy iChat-3.0.5
......@@ -61,7 +61,7 @@
- name: Deploy iConsole-3.0.6.0
command: cp /tmp/application/iConsole-3.0.6.0.war /opt/stack/admin/wildfly/standalone/deployments/iConsole.war
- hosts: patch-dma-3.1.2
- hosts: 07_patch-dma-3.1.2
become: true
tasks:
- name: Deploy iChat-3.0.5
......@@ -79,7 +79,7 @@
- name: Deploy iConsole-3.0.6.0
command: cp /tmp/application/iConsole-3.0.6.0.war /opt/stack/admin/wildfly/standalone/deployments/iConsole.war
- hosts: patch-dma-3.1.4
- hosts: 07_patch-dma-3.1.4
become: true
tasks:
- name: Deploy iChat-3.0.5
......
---
- hosts: deployed-iConsole-two-host
- hosts: 06_deployed-iConsole-two-host
become: true
tasks:
- name: Copy iConsole
......@@ -11,7 +11,7 @@
- name: Setup Schedule
command: /opt/Schedule/add_schedule
- hosts: deploy-iConsole-single-host
- hosts: 06_deploy-iConsole-single-host
become: true
tasks:
- name: Copy iConsole
......@@ -23,7 +23,7 @@
- name: Setup Schedule
command: /opt/Schedule/add_schedule
- hosts: deploy-iConsole-single-host-3.0.6.0
- hosts: 06_deploy-iConsole-single-host-3.0.6.0
become: true
tasks:
- name: Copy iConsole
......
---
- hosts: deploy-wdchat-postgresql-302
- hosts: 06_deploy-wdchat-postgresql-302
become: true
tasks:
- name: Create Database WDCHAT & WDAUTHEN & USER
......@@ -32,7 +32,7 @@
responses:
'Password for user wdauthen': 'BBEcLWu5Cdzy3aeH'
- hosts: deploy-dma-postgresql-302, deploy-dma-postgresql-312
- hosts: 06_deploy-dma-postgresql-302, 06_deploy-dma-postgresql-312
become: true
tasks:
- name: Create Database WDCHAT
......
---
- hosts: deploy-dma-mongo-302
- hosts: 06_deploy-dma-mongo-302
become: true
tasks:
- name: Insert Initial Data for DMAMANAGER 7018
......@@ -8,7 +8,7 @@
- name: Insert Initial Data for SERVICEGATEWAY 7019
command: /tmp/configuration/update_servicegateway.sh
- hosts: deploy-dma-mongo-305
- hosts: 06_deploy-dma-mongo-305
become: true
tasks:
- name: Insert Initial Data for DMAMANAGER 7018
......@@ -17,7 +17,7 @@
- name: Insert Initial Data for SERVICEGATEWAY 7019
command: /tmp/configuration/update_servicegateway_313.sh
- hosts: deploy-dma-mongo-306
- hosts: 06_deploy-dma-mongo-306
become: true
tasks:
- name: Insert Initial Data for DMAMANAGER 7018
......
---
- hosts: deploy-dma-mongo-newdatabase-newuser-302
- hosts: 06_deploy-dma-mongo-newdatabase-newuser-302
become: true
tasks:
- name: Create User & Database for WDCHAT 7017
......@@ -14,7 +14,7 @@
- name: Create User & Database for DMAENGINE 7020
command: /tmp/source/mongo_7020.sh
- hosts: deploy-dma-mongo-newdatabase-newuser-306
- hosts: 06_deploy-dma-mongo-newdatabase-newuser-306
become: true
tasks:
- name: Create User & Database for WDCHAT 7017
......@@ -26,7 +26,7 @@
- name: Create User & Database for SERVICEGATEWAY 7019
command: /tmp/source/mongo_7019.sh
- hosts: deploy-wdchat-mongo-newdatabase-newuser-302
- hosts: 06_deploy-wdchat-mongo-newdatabase-newuser-302
become: true
tasks:
- name: Create User & Database for WDCHAT 7017
......
---
- hosts: deploy-security-file
- hosts: 06_deploy-security-file
become: true
tasks:
- name: Copy root
......
---
- hosts: deploy-dma-singlehost-script
- hosts: 06_deploy-dma-singlehost-script
become: true
tasks:
- name: Copy Script
......
---
- hosts: deploy-wdchat-as-service, deploy-dma-as-service
- hosts: 06_deploy-dma-as-service
become: true
tasks:
- name: Add Engine Service
......
---
- hosts: patch-wdchat-302
- hosts: 06_patch-wdchat-302
become: true
tasks:
- name: Deploy iChat-1.1.1.war
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!