Commit b7fe4d10 by ansible

no message

1 parent ff20dfde
Showing with 3 additions and 3 deletions
- name: Install Admin Wildfly - 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: /tmp/source/bitnami-wildfly-10.1.0-1-linux-x64-installer.run --optionfile /tmp/configuration/admin.conf --mode unattended
- name: Stop All Wildfly Stack - name: Stop All Wildfly Stack
command: /opt/stack/admin/ctlscript.sh stop command: /opt/stack/admin/ctlscript.sh stop
- name: Start Only Wildfly Service - name: Start Only Wildfly Service
command: /opt/stack/admin/ctlscript.sh start wildfly command: /opt/stack/admin/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!