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 7d76128a
authored
Apr 25, 2018
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
1 parent
15a3a79b
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
39 additions
and
4 deletions
roles/deploy/tasks/dma.yml
roles/deploy/tasks/wdchat.yml
roles/initial/tasks/initial_data_wdchat.yml
roles/initial/tasks/main.yml
roles/deploy/tasks/dma.yml
View file @
7d76128
-
name
:
Deploy iChat
command
:
cp /tmp/application/{{ app_version }}/iChat-*.war /opt/stack/runtime/wildfly/standalone/deployments/.
-
name
:
Deploy serviceGateway
command
:
cp /tmp/application/{{ app_version }}/serviceGateway-*.war /opt/stack/runtime/wildfly/standalone/deployments/.
-
name
:
Deploy dmaManager
command
:
cp /tmp/application/{{ app_version }}/dmaManager-*.war /opt/stack/runtime/wildfly/standalone/deployments/.
-
name
:
Deploy dmaEngine
command
:
cp /tmp/application/{{ app_version }}/dmaEngine-*.war /opt/stack/runtime/wildfly/standalone/deployments/.
-
name
:
Deploy ims
command
:
cp /tmp/application/{{ app_version }}/ims-*.war /opt/stack/runtime/wildfly/standalone/deployments/.
-
name
:
Deploy jsb
command
:
cp /tmp/application/{{ app_version }}/jsb*.war /opt/stack/admin/wildfly/standalone/deployments/.
-
name
:
Deploy iConsole
command
:
cp /tmp/application/{{ app_version }}/iConsole-*.war /opt/stack/admin/wildfly/standalone/deployments/.
roles/deploy/tasks/wdchat.yml
View file @
7d76128
-
name
:
Deploy iChat
command
:
cp /tmp/application/{{ app_version }}/iChat-*.war /opt/stack/runtime/wildfly/standalone/deployments/.
-
name
:
Deploy serviceGateway
command
:
cp /tmp/application/{{ app_version }}/serviceGateway-*.war /opt/stack/runtime/wildfly/standalone/deployments/.
-
name
:
Deploy dmaManager
command
:
cp /tmp/application/{{ app_version }}/dmaManager-*.war /opt/stack/runtime/wildfly/standalone/deployments/.
-
name
:
Deploy dmaEngine
command
:
cp /tmp/application/{{ app_version }}/dmaEngine-*.war /opt/stack/runtime/wildfly/standalone/deployments/.
-
name
:
Deploy ims
command
:
cp /tmp/application/{{ app_version }}/ims-*.war /opt/stack/runtime/wildfly/standalone/deployments/.
-
name
:
Deploy jsb
command
:
cp /tmp/application/{{ app_version }}/jsb*.war /opt/stack/admin/wildfly/standalone/deployments/.
-
name
:
Deploy ExAuthenWS
command
:
cp /tmp/application/{{ app_version }}/ExAuthenWS*.war /opt/stack/runtime/wildfly/standalone/deployments/.
-
name
:
Deploy iAuthen
command
:
cp /tmp/application/{{ app_version }}/iAuthen*.war /opt/stack/runtime/wildfly/standalone/deployments/.
-
name
:
Deploy iChatGateway
command
:
cp /tmp/application/{{ app_version }}/iChatGateway*.war /opt/stack/runtime/wildfly/standalone/deployments/.
-
name
:
Deploy iChatManagement
command
:
cp /tmp/application/{{ app_version }}/iChatManagement*.war /opt/stack/admin/wildfly/standalone/deployments/.
-
name
:
Deploy iConsole
command
:
cp /tmp/application/{{ app_version }}/iConsole-*.war /opt/stack/admin/wildfly/standalone/deployments/.
roles/initial/tasks/initial_data_wdchat.yml
View file @
7d76128
roles/initial/tasks/main.yml
View file @
7d76128
...
...
@@ -25,5 +25,5 @@
when
:
app_name == 'dma' and app_version == '3.2.5'
-
import_tasks
:
update_data_dma_3.2.1.yml
when
:
app_name == 'dma' and app_version == '3.2.6'
-
import_tasks
:
update_data_dma_3.4.2.yml
when
:
app_name == 'dma' and app_version == '3.4.2'
\ No newline at end of file
-
import_tasks
:
update_data_dma_3.4.0.yml
when
:
app_name == 'dma' and app_version == '3.4.0'
\ 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