Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
ansible
/
dma-playbook
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 002aaf6d
authored
Jan 12, 2018
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modifly deployment method by remove version number when copy to deployment folder
1 parent
6f1fd9ca
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
15 deletions
deploy_dma_application.yml
deploy_dma_application.yml
View file @
002aaf6
...
...
@@ -2,23 +2,23 @@
-
hosts
:
deployed-wdchat-dma, deploy-wdchat-dma-single-host
become
:
true
tasks
:
-
name
:
Deploy iChat-1.1.1
.war
command
:
cp /tmp/application/iChat-1.1.1.war /opt/stack/runtime/wildfly/standalone/deployments/iChat
-1.1.1
.war
-
name
:
Deploy ExAuthenWS
.war
-
name
:
Deploy iChat-1.1.1
command
:
cp /tmp/application/iChat-1.1.1.war /opt/stack/runtime/wildfly/standalone/deployments/iChat.war
-
name
:
Deploy ExAuthenWS
command
:
cp /tmp/application/ExAuthenWS.war /opt/stack/runtime/wildfly/standalone/deployments/ExAuthenWS.war
-
name
:
Deploy iAuthen-1.1.1
.war
command
:
cp /tmp/application/iAuthen-1.1.1.war /opt/stack/runtime/wildfly/standalone/deployments/iAuthen
-1.1.1
.war
-
name
:
Deploy iChatGateway
.war
-
name
:
Deploy iAuthen-1.1.1
command
:
cp /tmp/application/iAuthen-1.1.1.war /opt/stack/runtime/wildfly/standalone/deployments/iAuthen.war
-
name
:
Deploy iChatGateway
command
:
cp /tmp/application/iChatGateway.war /opt/stack/runtime/wildfly/standalone/deployments/iChatGateway.war
-
name
:
Deploy iChatManagement-1.1.1
.war
command
:
cp /tmp/application/iChatManagement-1.1.1.war /opt/stack/admin/wildfly/standalone/deployments/iChatManagement
-1.1.1
.war
-
name
:
Deploy iConsole
.war
-
name
:
Deploy iChatManagement-1.1.1
command
:
cp /tmp/application/iChatManagement-1.1.1.war /opt/stack/admin/wildfly/standalone/deployments/iChatManagement.war
-
name
:
Deploy iConsole
command
:
cp /tmp/application/iConsole.war /opt/stack/admin/wildfly/standalone/deployments/iConsole.war
-
name
:
Deploy serviceGateway-1.5.1
.RELEASE.war
command
:
cp /tmp/application/serviceGateway-1.5.1.RELEASE.war /opt/stack/runtime/wildfly/standalone/deployments/serviceGateway
-1.5.1.RELEASE
.war
-
name
:
Deploy dmaManager
.war
-
name
:
Deploy serviceGateway-1.5.1
command
:
cp /tmp/application/serviceGateway-1.5.1.RELEASE.war /opt/stack/runtime/wildfly/standalone/deployments/serviceGateway.war
-
name
:
Deploy dmaManager
-3.0.2
command
:
cp /tmp/application/dmaManager.war /opt/stack/runtime/wildfly/standalone/deployments/dmaManager.war
-
name
:
Deploy dmaEngine
.war
-
name
:
Deploy dmaEngine
-3.0.2
command
:
cp /tmp/application/dmaEngine.war /opt/stack/runtime/wildfly/standalone/deployments/dmaEngine.war
-
name
:
Deploy dma configuration
command
:
cp /tmp/application/dmaconfig.properties /opt/stack/dma/conf/dmaconfig.properties
...
...
@@ -31,7 +31,23 @@
-
hosts
:
patch-dma-3.0.3
become
:
true
tasks
:
-
name
:
Deploy ims-1.0.0
.war
command
:
cp /tmp/application/ims-1.0.0.war /opt/stack/runtime/wildfly/standalone/deployments/ims
-1.0.0
.war
-
name
:
Deploy ims-1.0.0
command
:
cp /tmp/application/ims-1.0.0.war /opt/stack/runtime/wildfly/standalone/deployments/ims.war
-
name
:
Deploy jsb.war
command
:
cp /tmp/application/jsb.war /opt/stack/admin/wildfly/standalone/deployments/jsb.war
-
hosts
:
patch-dma-3.0.5
become
:
true
tasks
:
-
name
:
Deploy iChat-3.0.5
command
:
cp /tmp/application/iChat-1.1.1.war /opt/stack/runtime/wildfly/standalone/deployments/iChat.war
-
name
:
Deploy serviceGateway-3.1.3
command
:
cp /tmp/application/serviceGateway-3.1.3.war /opt/stack/runtime/wildfly/standalone/deployments/serviceGateway.war
-
name
:
Deploy dmaManager-3.0.5
command
:
cp /tmp/application/dmaManager-3.0.5.war /opt/stack/runtime/wildfly/standalone/deployments/dmaManager.war
-
name
:
Deploy dmaEngine-3.0.5
command
:
cp /tmp/application/dmaEngine-3.0.5.war /opt/stack/runtime/wildfly/standalone/deployments/dmaEngine.war
-
name
:
Deploy ims-1.0.0
command
:
cp /tmp/application/ims-1.0.0.war /opt/stack/runtime/wildfly/standalone/deployments/ims.war
-
name
:
Deploy jsb
command
:
cp /tmp/application/jsb.war /opt/stack/admin/wildfly/standalone/deployments/jsb.war
\ No newline at end of file
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment