Commit 6f1fd9ca by ansible

add group patch-dma-3.0.3

1 parent b8d57fb1
Showing with 9 additions and 0 deletions
...@@ -27,3 +27,11 @@ ...@@ -27,3 +27,11 @@
owner: root owner: root
group: root group: root
mode: 0744 mode: 0744
- hosts: patch-dma-3.0.3
become: true
tasks:
- name: Deploy ims-1.0.0.war
command: cp /tmp/application/ims-1.0.0.war /opt/stack/runtime/wildfly/standalone/deployments/ims-1.0.0.war
- name: Deploy jsb.war
command: cp /tmp/application/jsb.war /opt/stack/admin/wildfly/standalone/deployments/jsb.war
\ 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!