runtime.yml
420 Bytes
- name: Stop All Service
shell: /opt/stack/script/ctlscript.sh stop
- name: Remove Runtime Wildfly if exist
file:
state: absent
path: /opt/stack/runtime
- name: Install Runtime Wildfly
command: /tmp/source/bitnami-wildfly-10.1.0-1-linux-x64-installer.run --optionfile /tmp/configuration/runtime.conf --mode unattended
- name: Stop Runtime Wildfly
command: /opt/stack/runtime/ctlscript.sh stop