Commit 14b795fd by ansible

no message

1 parent e2c24f65
......@@ -5,3 +5,6 @@
- name: Install Admin Wildfly
shell: /tmp/source/bitnami-wildfly-10.1.0-1-linux-x64-installer.run --optionfile /tmp/configuration/admin.conf --mode unattended
- name: Stop Admin Wildfly
shell: /opt/stack/admin/ctlscript.sh stop
......@@ -5,3 +5,5 @@
- name: Install Runtime Wildfly
shell: /tmp/source/bitnami-wildfly-10.1.0-1-linux-x64-installer.run --optionfile /tmp/configuration/runtime.conf --mode unattended
- name: Stop Runtime Wildfly
shell: /opt/stack/runtime/ctlscript.sh stop
\ 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!