install_runtime.yml
328 Bytes
---
- hosts: all
become: true
tasks:
- 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: /opt/stack/runtime/ctlscript.sh stop
command: /opt/stack/runtime/ctlscript.sh start wildfly