Commit 045cd4c0 by ansible

no message

1 parent 5d9f6fc6
Showing with 6 additions and 4 deletions
......@@ -3,6 +3,8 @@
become: true
tasks:
- name: Install Admin Wildfly
- command: /tmp/source/bitnami-wildfly-10.1.0-1-linux-x64-installer.run --optionfile /tmp/configuration/admin.conf --mode unattended
- command: /opt/stack/admin/ctlscript.sh stop
- command: /opt/stack/admin/ctlscript.sh start wildfly
\ No newline at end of file
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
\ 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!