Commit 9bbae74d by ansible

no message

1 parent ff0c5c66
...@@ -4,3 +4,5 @@ ...@@ -4,3 +4,5 @@
tasks: tasks:
- 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
command: /opt/stack/admin/ctlscript.sh stop
command: /opt/stack/admin/ctlscript.sh start wildfly
\ No newline at end of file
...@@ -4,3 +4,5 @@ ...@@ -4,3 +4,5 @@
tasks: tasks:
- name: Install Runtime Wildfly - 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: /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
\ No newline at end of file
...@@ -3,4 +3,4 @@ ...@@ -3,4 +3,4 @@
become: true become: true
tasks: tasks:
- name: Install WDCHAT DB - name: Install WDCHAT DB
command: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/configuration/wdchat.conf --mode unattended command: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/configuration/wdchat-mongo.conf --mode unattended
\ No newline at end of file \ No newline at end of file
---
- hosts: all
become: true
tasks:
- name: Install WDCHAT DB
command: /tmp/source/bitnami-postgresql-9.6.2-0-linux-x64-installer.run --optionfile /tmp/configuration/wdchat-postgres.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!