Commit a951d39b by ansible

no message

1 parent f1823735
Showing with 8 additions and 8 deletions
- name: Deploy iChat - name: Deploy iChat
command: cp /tmp/application/{{ app_version }}/iChat-1.1.5.0.war /opt/stack/runtime/wildfly/standalone/deployments/. command: cp /tmp/application/{{ app_version }}/iChat-1.1.5.0.war /opt/stack/runtime/wildfly/standalone/deployments/.
- name: Deploy serviceGateway - name: Deploy serviceGateway
command: cp /tmp/application/{{ app_version }}/serviceGateway-* /opt/stack/runtime/wildfly/standalone/deployments/. command: cp /tmp/application/{{ app_version }}/serviceGateway-3.6.0.0.war /opt/stack/runtime/wildfly/standalone/deployments/.
- name: Deploy dmaManager - name: Deploy dmaManager
command: cp /tmp/application/{{ app_version }}/dmaManager-* /opt/stack/runtime/wildfly/standalone/deployments/. command: cp /tmp/application/{{ app_version }}/dmaManager-3.5.7.118.war /opt/stack/runtime/wildfly/standalone/deployments/.
- name: Deploy dmaEngine - name: Deploy dmaEngine
command: cp /tmp/application/{{ app_version }}/dmaEngine-* /opt/stack/runtime/wildfly/standalone/deployments/. command: cp /tmp/application/{{ app_version }}/dmaEngine-3.2.1.9.war /opt/stack/runtime/wildfly/standalone/deployments/.
- name: Deploy ims - name: Deploy ims
command: cp /tmp/application/{{ app_version }}/ims-* /opt/stack/runtime/wildfly/standalone/deployments/. command: cp /tmp/application/{{ app_version }}/ims-1.0.6.0.war /opt/stack/runtime/wildfly/standalone/deployments/.
- name: Deploy jsb #- name: Deploy jsb
command: cp /tmp/application/{{ app_version }}/jsb* /opt/stack/admin/wildfly/standalone/deployments/. # command: cp /tmp/application/{{ app_version }}/jsb* /opt/stack/admin/wildfly/standalone/deployments/.
- name: Deploy iConsole #- name: Deploy iConsole
command: cp /tmp/application/{{ app_version }}/iConsole-* /opt/stack/admin/wildfly/standalone/deployments/. # command: cp /tmp/application/{{ app_version }}/iConsole-* /opt/stack/admin/wildfly/standalone/deployments/.
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!