Commit 21a04ad8 by ansible

no message

1 parent b8cd9c48
Showing with 9 additions and 2 deletions
......@@ -21,4 +21,11 @@
- name: Deploy dmaManager.war
command: cp /tmp/application/dmaManager.war /opt/stack/runtime/wildfly/standalone/deployments/dmaManager.war
- name: Deploy dmaEngine.war
command: cp /tmp/application/dmaEngine.war /opt/stack/runtime/wildfly/standalone/deployments/dmaEngine.war
\ No newline at end of file
command: cp /tmp/application/dmaEngine.war /opt/stack/runtime/wildfly/standalone/deployments/dmaEngine.war
- name: Deploy dma configuration
command: cp /tmp/application/dmaconfig.properties /opt/stack/dma/conf/dmaconfig.properties
- file:
path: /opt/stack/dma/conf/dmaconfig.properties
owner: root
group: root
mode: 0744
\ 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!