Commit 7d76128a by ansible

no message

1 parent 15a3a79b
- 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/.
- 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/.
- 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
...@@ -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
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!