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 5f9dcc9d
authored
Apr 25, 2018
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
1 parent
df699804
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
roles/deploy/tasks/dma.yml
roles/deploy/tasks/dma.yml
View file @
5f9dcc9
-
name
:
Deploy iChat
-
name
:
Deploy iChat
command
:
cp /tmp/application/{{ app_version }}/iChat-*
.war
/opt/stack/runtime/wildfly/standalone/deployments/.
command
:
cp /tmp/application/{{ app_version }}/iChat-* /opt/stack/runtime/wildfly/standalone/deployments/.
-
name
:
Deploy serviceGateway
-
name
:
Deploy serviceGateway
command
:
cp /tmp/application/{{ app_version }}/serviceGateway-*
.war
/opt/stack/runtime/wildfly/standalone/deployments/.
command
:
cp /tmp/application/{{ app_version }}/serviceGateway-* /opt/stack/runtime/wildfly/standalone/deployments/.
-
name
:
Deploy dmaManager
-
name
:
Deploy dmaManager
command
:
cp /tmp/application/{{ app_version }}/dmaManager-*
.war
/opt/stack/runtime/wildfly/standalone/deployments/.
command
:
cp /tmp/application/{{ app_version }}/dmaManager-* /opt/stack/runtime/wildfly/standalone/deployments/.
-
name
:
Deploy dmaEngine
-
name
:
Deploy dmaEngine
command
:
cp /tmp/application/{{ app_version }}/dmaEngine-*
.war
/opt/stack/runtime/wildfly/standalone/deployments/.
command
:
cp /tmp/application/{{ app_version }}/dmaEngine-* /opt/stack/runtime/wildfly/standalone/deployments/.
-
name
:
Deploy ims
-
name
:
Deploy ims
command
:
cp /tmp/application/{{ app_version }}/ims-*
.war
/opt/stack/runtime/wildfly/standalone/deployments/.
command
:
cp /tmp/application/{{ app_version }}/ims-* /opt/stack/runtime/wildfly/standalone/deployments/.
-
name
:
Deploy jsb
-
name
:
Deploy jsb
command
:
cp /tmp/application/{{ app_version }}/jsb*
.war
/opt/stack/admin/wildfly/standalone/deployments/.
command
:
cp /tmp/application/{{ app_version }}/jsb* /opt/stack/admin/wildfly/standalone/deployments/.
-
name
:
Deploy iConsole
-
name
:
Deploy iConsole
command
:
cp /tmp/application/{{ app_version }}/iConsole-*
.war
/opt/stack/admin/wildfly/standalone/deployments/.
command
:
cp /tmp/application/{{ app_version }}/iConsole-* /opt/stack/admin/wildfly/standalone/deployments/.
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