Commit 5f9dcc9d by ansible

no message

1 parent df699804
Showing with 7 additions and 7 deletions
- name: Deploy iChat
command: cp /tmp/application/{{ app_version }}/iChat-*.war /opt/stack/runtime/wildfly/standalone/deployments/.
command: cp /tmp/application/{{ app_version }}/iChat-* /opt/stack/runtime/wildfly/standalone/deployments/.
- name: Deploy serviceGateway
command: cp /tmp/application/{{ app_version }}/serviceGateway-*.war /opt/stack/runtime/wildfly/standalone/deployments/.
command: cp /tmp/application/{{ app_version }}/serviceGateway-* /opt/stack/runtime/wildfly/standalone/deployments/.
- name: Deploy dmaManager
command: cp /tmp/application/{{ app_version }}/dmaManager-*.war /opt/stack/runtime/wildfly/standalone/deployments/.
command: cp /tmp/application/{{ app_version }}/dmaManager-* /opt/stack/runtime/wildfly/standalone/deployments/.
- name: Deploy dmaEngine
command: cp /tmp/application/{{ app_version }}/dmaEngine-*.war /opt/stack/runtime/wildfly/standalone/deployments/.
command: cp /tmp/application/{{ app_version }}/dmaEngine-* /opt/stack/runtime/wildfly/standalone/deployments/.
- name: Deploy ims
command: cp /tmp/application/{{ app_version }}/ims-*.war /opt/stack/runtime/wildfly/standalone/deployments/.
command: cp /tmp/application/{{ app_version }}/ims-* /opt/stack/runtime/wildfly/standalone/deployments/.
- name: Deploy jsb
command: cp /tmp/application/{{ app_version }}/jsb*.war /opt/stack/admin/wildfly/standalone/deployments/.
command: cp /tmp/application/{{ app_version }}/jsb* /opt/stack/admin/wildfly/standalone/deployments/.
- name: Deploy iConsole
command: cp /tmp/application/{{ app_version }}/iConsole-*.war /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!