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 80362a9d
authored
Nov 13, 2017
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
1 parent
21cb2746
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
18 deletions
deploy_dma_application.yml
deploy_wdchat_application.yml
deploy_dma_application.yml
View file @
80362a9
...
@@ -3,22 +3,22 @@
...
@@ -3,22 +3,22 @@
become
:
true
become
:
true
tasks
:
tasks
:
-
name
:
Deploy iChat-1.1.1.war
-
name
:
Deploy iChat-1.1.1.war
command
:
cp /tmp/
source
/iChat-1.1.1.war /opt/stack/runtime/wildfly/standalone/deployments/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 ExAuthenWS.war
command
:
cp /tmp/
source
/ExAuthenWS.war /opt/stack/runtime/wildfly/standalone/deployments/ExAuthenWS.war
command
:
cp /tmp/
application
/ExAuthenWS.war /opt/stack/runtime/wildfly/standalone/deployments/ExAuthenWS.war
-
name
:
Deploy iAuthen-1.1.1.war
-
name
:
Deploy iAuthen-1.1.1.war
command
:
cp /tmp/
source
/iAuthen-1.1.1.war /opt/stack/runtime/wildfly/standalone/deployments/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 iChatGateway.war
command
:
cp /tmp/
source
/iChatGateway.war /opt/stack/runtime/wildfly/standalone/deployments/iChatGateway.war
command
:
cp /tmp/
application
/iChatGateway.war /opt/stack/runtime/wildfly/standalone/deployments/iChatGateway.war
-
name
:
Deploy iChatManagement-1.1.1.war
-
name
:
Deploy iChatManagement-1.1.1.war
command
:
cp /tmp/
source
/iChatManagement-1.1.1.war /opt/stack/admin/wildfly/standalone/deployments/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 iChatWeb.war
-
name
:
Deploy iChatWeb.war
command
:
cp /tmp/
source
/iChatWeb.war /opt/stack/runtime/wildfly/standalone/deployments/iChatWeb.war
command
:
cp /tmp/
application
/iChatWeb.war /opt/stack/runtime/wildfly/standalone/deployments/iChatWeb.war
-
name
:
Deploy iConsole.war
-
name
:
Deploy iConsole.war
command
:
cp /tmp/
source
/iConsole.war /opt/stack/admin/wildfly/standalone/deployments/iConsole.war
command
:
cp /tmp/
application
/iConsole.war /opt/stack/admin/wildfly/standalone/deployments/iConsole.war
-
name
:
Deploy serviceGateway-1.5.1.RELEASE.war
-
name
:
Deploy serviceGateway-1.5.1.RELEASE.war
command
:
cp /tmp/
source
/serviceGateway-1.5.1.RELEASE.war /opt/stack/runtime/wildfly/standalone/deployments/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 dmaManager.war
command
:
cp /tmp/
source
/dmaManager.war /opt/stack/runtime/wildfly/standalone/deployments/dmaManager.war
command
:
cp /tmp/
application
/dmaManager.war /opt/stack/runtime/wildfly/standalone/deployments/dmaManager.war
-
name
:
Deploy dmaEngine.war
-
name
:
Deploy dmaEngine.war
command
:
cp /tmp/source/dmaEngine.war /opt/stack/runtime/wildfly/standalone/deployments/dmaEngine.war
command
:
cp /tmp/application/dmaEngine.war /opt/stack/runtime/wildfly/standalone/deployments/dmaEngine.war
\ No newline at end of file
\ No newline at end of file
deploy_wdchat_application.yml
View file @
80362a9
...
@@ -3,17 +3,17 @@
...
@@ -3,17 +3,17 @@
become
:
true
become
:
true
tasks
:
tasks
:
-
name
:
Deploy iChat-1.1.1.war
-
name
:
Deploy iChat-1.1.1.war
command
:
cp /tmp/
source
/iChat-1.1.1.war /opt/stack/runtime/wildfly/standalone/deployments/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 ExAuthenWS.war
command
:
cp /tmp/
source
/ExAuthenWS.war /opt/stack/runtime/wildfly/standalone/deployments/ExAuthenWS.war
command
:
cp /tmp/
application
/ExAuthenWS.war /opt/stack/runtime/wildfly/standalone/deployments/ExAuthenWS.war
-
name
:
Deploy iAuthen-1.1.1.war
-
name
:
Deploy iAuthen-1.1.1.war
command
:
cp /tmp/
source
/iAuthen-1.1.1.war /opt/stack/runtime/wildfly/standalone/deployments/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 iChatGateway.war
command
:
cp /tmp/
source
/iChatGateway.war /opt/stack/runtime/wildfly/standalone/deployments/iChatGateway.war
command
:
cp /tmp/
application
/iChatGateway.war /opt/stack/runtime/wildfly/standalone/deployments/iChatGateway.war
-
name
:
Deploy iChatManagement-1.1.1.war
-
name
:
Deploy iChatManagement-1.1.1.war
command
:
cp /tmp/
source
/iChatManagement-1.1.1.war /opt/stack/admin/wildfly/standalone/deployments/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 iChatWeb.war
-
name
:
Deploy iChatWeb.war
command
:
cp /tmp/
source
/iChatWeb.war /opt/stack/runtime/wildfly/standalone/deployments/iChatWeb.war
command
:
cp /tmp/
application
/iChatWeb.war /opt/stack/runtime/wildfly/standalone/deployments/iChatWeb.war
-
name
:
Deploy iConsole.war
-
name
:
Deploy iConsole.war
command
:
cp /tmp/
source
/iConsole.war /opt/stack/admin/wildfly/standalone/deployments/iConsole.war
command
:
cp /tmp/
application
/iConsole.war /opt/stack/admin/wildfly/standalone/deployments/iConsole.war
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