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 21cb2746
authored
Nov 13, 2017
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
1 parent
48ced1ec
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
0 deletions
deploy_dma_application.yml
deploy_wdchat_application.yml
deploy_dma_application.yml
0 → 100644
View file @
21cb274
---
-
hosts
:
all
become
:
true
tasks
:
-
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
-
name
:
Deploy ExAuthenWS.war
command
:
cp /tmp/source/ExAuthenWS.war /opt/stack/runtime/wildfly/standalone/deployments/ExAuthenWS.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
-
name
:
Deploy iChatGateway.war
command
:
cp /tmp/source/iChatGateway.war /opt/stack/runtime/wildfly/standalone/deployments/iChatGateway.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
-
name
:
Deploy iChatWeb.war
command
:
cp /tmp/source/iChatWeb.war /opt/stack/runtime/wildfly/standalone/deployments/iChatWeb.war
-
name
:
Deploy iConsole.war
command
:
cp /tmp/source/iConsole.war /opt/stack/admin/wildfly/standalone/deployments/iConsole.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
-
name
:
Deploy dmaManager.war
command
:
cp /tmp/source/dmaManager.war /opt/stack/runtime/wildfly/standalone/deployments/dmaManager.war
-
name
:
Deploy dmaEngine.war
command
:
cp /tmp/source/dmaEngine.war /opt/stack/runtime/wildfly/standalone/deployments/dmaEngine.war
\ No newline at end of file
deploy_wdchat_application.yml
0 → 100644
View file @
21cb274
---
-
hosts
:
all
become
:
true
tasks
:
-
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
-
name
:
Deploy ExAuthenWS.war
command
:
cp /tmp/source/ExAuthenWS.war /opt/stack/runtime/wildfly/standalone/deployments/ExAuthenWS.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
-
name
:
Deploy iChatGateway.war
command
:
cp /tmp/source/iChatGateway.war /opt/stack/runtime/wildfly/standalone/deployments/iChatGateway.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
-
name
:
Deploy iChatWeb.war
command
:
cp /tmp/source/iChatWeb.war /opt/stack/runtime/wildfly/standalone/deployments/iChatWeb.war
-
name
:
Deploy iConsole.war
command
:
cp /tmp/source/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