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
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
45 additions
and
9 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
-
name
:
Create WDCHAT Table
-
name
:
Create WDCHAT Table
expect
:
expect
:
command
:
/opt/stack/postgres/postgresql/bin/psql --host=127.0.0.1 --port=7432 --username=wdchat -d WDCHAT -f /tmp/configuration/1_Create.WDCHAT.Table.sql
command
:
/opt/stack/postgres/postgresql/bin/psql --host=127.0.0.1 --port=7432 --username=wdchat -d WDCHAT -f /tmp/configuration/1_Create.WDCHAT.Table.sql
responses
:
responses
:
'
Password
for
user
wdchat'
:
'
BBRyAPNh6g4H9qte'
'
Password
for
user
wdchat'
:
'
BBRyAPNh6g4H9qte'
-
name
:
Initial WDCHAT DB
-
name
:
Initial WDCHAT DB
expect
:
expect
:
command
:
/opt/stack/postgres/postgresql/bin/psql --host=127.0.0.1 --port=7432 --username=wdchat -d WDCHAT -f /tmp/configuration/2_Initial.WDCHAT.sql
command
:
/opt/stack/postgres/postgresql/bin/psql --host=127.0.0.1 --port=7432 --username=wdchat -d WDCHAT -f /tmp/configuration/2_Initial.WDCHAT.sql
responses
:
responses
:
'
Password
for
user
wdchat'
:
'
BBRyAPNh6g4H9qte'
'
Password
for
user
wdchat'
:
'
BBRyAPNh6g4H9qte'
-
name
:
Create WDAUTHEN Tables
-
name
:
Create WDAUTHEN Tables
expect
:
expect
:
command
:
/opt/stack/postgres/postgresql/bin/psql --host=127.0.0.1 --port=7432 --username=wdauthen -d WDAUTHEN -f /tmp/configuration/3_Create.WDAUTHEN.Table.sql
command
:
/opt/stack/postgres/postgresql/bin/psql --host=127.0.0.1 --port=7432 --username=wdauthen -d WDAUTHEN -f /tmp/configuration/3_Create.WDAUTHEN.Table.sql
responses
:
responses
:
'
Password
for
user
wdauthen'
:
'
BBEcLWu5Cdzy3aeH'
'
Password
for
user
wdauthen'
:
'
BBEcLWu5Cdzy3aeH'
-
name
:
Initial WDAUTHEN DB
-
name
:
Initial WDAUTHEN DB
expect
:
expect
:
command
:
/opt/stack/postgres/postgresql/bin/psql --host=127.0.0.1 --port=7432 --username=wdauthen -d WDAUTHEN -f /tmp/configuration/4_Initial.WDAUTHEN.sql
command
:
/opt/stack/postgres/postgresql/bin/psql --host=127.0.0.1 --port=7432 --username=wdauthen -d WDAUTHEN -f /tmp/configuration/4_Initial.WDAUTHEN.sql
responses
:
responses
:
'
Password
for
user
wdauthen'
:
'
BBEcLWu5Cdzy3aeH'
'
Password
for
user
wdauthen'
:
'
BBEcLWu5Cdzy3aeH'
\ No newline at end of file
roles/initial/tasks/main.yml
View file @
7d76128
...
@@ -25,5 +25,5 @@
...
@@ -25,5 +25,5 @@
when
:
app_name == 'dma' and app_version == '3.2.5'
when
:
app_name == 'dma' and app_version == '3.2.5'
-
import_tasks
:
update_data_dma_3.2.1.yml
-
import_tasks
:
update_data_dma_3.2.1.yml
when
:
app_name == 'dma' and app_version == '3.2.6'
when
:
app_name == 'dma' and app_version == '3.2.6'
-
import_tasks
:
update_data_dma_3.4.2.yml
-
import_tasks
:
update_data_dma_3.4.0.yml
when
:
app_name == 'dma' and app_version == '3.4.2'
when
:
app_name == 'dma' and app_version == '3.4.0'
\ No newline at end of file
\ 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