Commit 9283e207 by ansible

no message

1 parent 045cd4c0
Showing with 3 additions and 0 deletions
...@@ -4,5 +4,7 @@ ...@@ -4,5 +4,7 @@
tasks: tasks:
- name: Install Runtime Wildfly - name: Install Runtime Wildfly
command: /tmp/source/bitnami-wildfly-10.1.0-1-linux-x64-installer.run --optionfile /tmp/configuration/runtime.conf --mode unattended 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 command: /opt/stack/runtime/ctlscript.sh stop
- name: Start Only Wildfly Service
command: /opt/stack/runtime/ctlscript.sh start wildfly command: /opt/stack/runtime/ctlscript.sh start wildfly
\ 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!