Commit 378c8114 by ansible

no message

1 parent 2eaee727
Showing with 5 additions and 5 deletions
- name: Begin Deploy DMA - iChat
command: cp /tmp/application/{{ app_version }}/iChat-1.1.5.0.war /opt/stack/runtime/wildfly/standalone/deployments/.
shell: cp /tmp/application/{{ app_version }}/iChat-*.war /opt/stack/runtime/wildfly/standalone/deployments/iChat.war
- name: Process Deploy DMA - serviceGateway
command: cp /tmp/application/{{ app_version }}/serviceGateway-3.6.0.0.war /opt/stack/runtime/wildfly/standalone/deployments/.
shell: cp /tmp/application/{{ app_version }}/serviceGateway-*.war /opt/stack/runtime/wildfly/standalone/deployments/serviceGateway.war
- name: Process Deploy DMA - dmaManager
command: cp /tmp/application/{{ app_version }}/dmaManager-3.5.7.118.war /opt/stack/runtime/wildfly/standalone/deployments/.
shell: cp /tmp/application/{{ app_version }}/dmaManager-*.war /opt/stack/runtime/wildfly/standalone/deployments/dmaManager.war
- name: Process Deploy DMA - dmaEngine
command: cp /tmp/application/{{ app_version }}/dmaEngine-3.2.1.9.war /opt/stack/runtime/wildfly/standalone/deployments/.
shell: cp /tmp/application/{{ app_version }}/dmaEngine-*.war /opt/stack/runtime/wildfly/standalone/deployments/dmaEngine.war
- name: End Deploy DMA - ims
command: cp /tmp/application/{{ app_version }}/ims-1.0.6.0.war /opt/stack/runtime/wildfly/standalone/deployments/.
shell: cp /tmp/application/{{ app_version }}/ims-*.war /opt/stack/runtime/wildfly/standalone/deployments/ims.war
- name: Begin Reconfigure Customer Environment - Create properties file
file:
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!