Commit f56e8129 by ansible

no message

1 parent eb659a65
......@@ -2,6 +2,4 @@
command: /tmp/source/bitnami-wildfly-10.1.0-1-linux-x64-installer.run --optionfile /tmp/configuration/admin.conf --mode unattended
- name: Stop All Wildfly Stack
command: /opt/stack/admin/ctlscript.sh stop
- name: Start Only Wildfly Service
command: /opt/stack/admin/ctlscript.sh start wildfly
......@@ -2,5 +2,3 @@
command: cp /tmp/source/message.3.0.2.tar.gz /opt/stack/message.3.0.2.tar.gz
- name: Extract MQTT
command: tar -zxvf /opt/stack/message.3.0.2.tar.gz -C /opt/stack/
\ No newline at end of file
- name: Delete File
command: rm /opt/stack/message.3.0.2.tar.gz
\ No newline at end of file
......@@ -2,6 +2,4 @@
command: /tmp/source/bitnami-wildfly-10.1.0-1-linux-x64-installer.run --optionfile /tmp/configuration/runtime.conf --mode unattended
- name: Stop All Wildfly Stack
command: /opt/stack/runtime/ctlscript.sh stop
- name: Start Only Wildfly Service
command: /opt/stack/runtime/ctlscript.sh start wildfly
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!