Commit ff0c5c66 by ansible

no message

1 parent 2a658e78
Showing with 14 additions and 0 deletions
---
- hosts: all
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
\ No newline at end of file
---
- 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
\ 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!