Commit 64602099 by ansible

no message

1 parent 890f82c1
- name: Remove Admin Wildfly if exist
command: rm -r /opt/stack/admin
- 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
......
- name: Remove dmamanager DB if exist
command: rm -r /opt/stack/mongodb2
- name: Install dmamanager DB - name: Install dmamanager DB
command: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/configuration/dmamanager.conf --mode unattended command: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/configuration/dmamanager.conf --mode unattended
- name: Stop dmamanager DB - name: Stop dmamanager DB
......
- name: Remove MQTT if exist
command: rm -r /opt/stack/mqtt
- name: Install MQTT to Working Folder - name: Install MQTT to Working Folder
unarchive: unarchive:
src: /opt/stack/message.3.0.2.tar.gz src: /opt/stack/message.3.0.2.tar.gz
......
- name: Remove Nginx if exist
command: rm -r /opt/stack/nginx
- name: Install NginX - name: Install NginX
unarchive: unarchive:
src: /tmp/source/webgate.3.1.0.zip src: /tmp/source/webgate.3.1.0.zip
......
- name: Remove Runtime Wildfly if exist
command: rm -r /opt/stack/runtime
- 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
- name: Stop All Wildfly Stack - name: Stop All Wildfly Stack
......
- name: Remove servicegateway DB if exist
command: rm -r /opt/stack/mongodb2
- name: Install servicegateway DB - name: Install servicegateway DB
command: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/configuration/servicegateway.conf --mode unattended command: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/configuration/servicegateway.conf --mode unattended
- name: Stop servicegateway DB - name: Stop servicegateway DB
......
- name: Remove wdchat-mongo DB if exist
command: rm -r /opt/stack/mongodb
- name: Install wdchat-mongo DB - name: Install wdchat-mongo DB
command: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/configuration/wdchat-mongo.conf --mode unattended command: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/configuration/wdchat-mongo.conf --mode unattended
- name: Stop wdchat-mongo DB - name: Stop wdchat-mongo DB
......
- name: Remove wdchat-postgres software if exist
command: rm -r /opt/stack/postgres
- name: Install wdchat-postgres software - name: Install wdchat-postgres software
command: /tmp/source/bitnami-postgresql-9.6.2-0-linux-x64-installer.run --optionfile /tmp/configuration/wdchat-postgres.conf --mode unattended command: /tmp/source/bitnami-postgresql-9.6.2-0-linux-x64-installer.run --optionfile /tmp/configuration/wdchat-postgres.conf --mode unattended
- name: Stop wdchat-postgres DB - name: Stop wdchat-postgres DB
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!