Commit 2eaee727 by ansible

no message

1 parent 86918503
Showing with 7 additions and 7 deletions
- name: Begin Deploy WDCHAT - iChat - name: Begin Deploy WDCHAT - iChat
shell: cp /tmp/application/{{ app_version }}/iChat-*.war /opt/stack/runtime/wildfly/standalone/deployments/iChat.war shell: cp /tmp/application/{{ app_version }}/iChat-*.war /opt/stack/runtime/wildfly/standalone/deployments/iChat.war
- name: Deploy WDCHAT - serviceGateway - name: Deploy WDCHAT - serviceGateway
command: cp /tmp/application/{{ app_version }}/serviceGateway-*.war /opt/stack/runtime/wildfly/standalone/deployments/serviceGateway.war shell: cp /tmp/application/{{ app_version }}/serviceGateway-*.war /opt/stack/runtime/wildfly/standalone/deployments/serviceGateway.war
- name: Deploy WDCAT - dmaManager - name: Deploy WDCAT - dmaManager
command: cp /tmp/application/{{ app_version }}/dmaManager-*.war /opt/stack/runtime/wildfly/standalone/deployments/dmaManager.war shell: cp /tmp/application/{{ app_version }}/dmaManager-*.war /opt/stack/runtime/wildfly/standalone/deployments/dmaManager.war
- name: Deploy WDCAT - dmaEngine - name: Deploy WDCAT - dmaEngine
command: cp /tmp/application/{{ app_version }}/dmaEngine-*.war /opt/stack/runtime/wildfly/standalone/deployments/dmaEngine.war shell: cp /tmp/application/{{ app_version }}/dmaEngine-*.war /opt/stack/runtime/wildfly/standalone/deployments/dmaEngine.war
- name: Deploy WDCAT - ExAuthenWS - name: Deploy WDCAT - ExAuthenWS
command: cp /tmp/application/{{ app_version }}/ExAuthenWS*.war /opt/stack/runtime/wildfly/standalone/deployments/ExAuthenWS.war shell: cp /tmp/application/{{ app_version }}/ExAuthenWS*.war /opt/stack/runtime/wildfly/standalone/deployments/ExAuthenWS.war
- name: Deploy WDCAT - iAuthen - name: Deploy WDCAT - iAuthen
command: cp /tmp/application/{{ app_version }}/iAuthen*.war /opt/stack/runtime/wildfly/standalone/deployments/iAuthen.war shell: cp /tmp/application/{{ app_version }}/iAuthen*.war /opt/stack/runtime/wildfly/standalone/deployments/iAuthen.war
- name: Deploy WDCAT - iChatGateway - name: Deploy WDCAT - iChatGateway
command: cp /tmp/application/{{ app_version }}/iChatGateway*.war /opt/stack/runtime/wildfly/standalone/deployments/iChatGateway.war shell: cp /tmp/application/{{ app_version }}/iChatGateway*.war /opt/stack/runtime/wildfly/standalone/deployments/iChatGateway.war
- name: Deploy WDCAT - iChatManagement - name: Deploy WDCAT - iChatManagement
command: cp /tmp/application/{{ app_version }}/iChatManagement*.war /opt/stack/admin/wildfly/standalone/deployments/iChatManagement.war shell: cp /tmp/application/{{ app_version }}/iChatManagement*.war /opt/stack/admin/wildfly/standalone/deployments/iChatManagement.war
- name: Reconfigure Customer Environment - Update publish url - name: Reconfigure Customer Environment - Update publish url
expect: expect:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!