Commit 52f33f99 by ansible

no message

1 parent a76d18ba
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
state: absent state: absent
path: /opt/stack/admin path: /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 shell: /tmp/source/bitnami-wildfly-10.1.0-1-linux-x64-installer.run --optionfile /tmp/configuration/admin.conf --mode unattended
- name: Stop Admin Wildfly - name: Stop Admin Wildfly
command: /opt/stack/admin/ctlscript.sh stop shell: /opt/stack/admin/ctlscript.sh stop
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
state: absent state: absent
path: /opt/stack/mongodb1 path: /opt/stack/mongodb1
- 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 shell: /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
command: /opt/stack/mongodb1/ctlscript.sh stop shell: /opt/stack/mongodb1/ctlscript.sh stop
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
state: absent state: absent
path: /opt/stack/runtime path: /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 shell: /tmp/source/bitnami-wildfly-10.1.0-1-linux-x64-installer.run --optionfile /tmp/configuration/runtime.conf --mode unattended
- name: Stop Runtime Wildfly - name: Stop Runtime Wildfly
command: /opt/stack/runtime/ctlscript.sh stop shell: /opt/stack/runtime/ctlscript.sh stop
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
state: absent state: absent
path: /opt/stack/mongodb2 path: /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 shell: /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
command: /opt/stack/mongodb2/ctlscript.sh stop shell: /opt/stack/mongodb2/ctlscript.sh stop
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
state: absent state: absent
path: /opt/stack/mongodb path: /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 shell: /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
command: /opt/stack/mongodb/ctlscript.sh stop shell: /opt/stack/mongodb/ctlscript.sh stop
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
state: absent state: absent
path: /opt/stack/postgres path: /opt/stack/postgres
- name: Install wdchat-postgres DB - name: Install wdchat-postgres DB
command: /tmp/source/bitnami-postgresql-9.6.2-0-linux-x64-installer.run --optionfile /tmp/configuration/wdchat-postgres.conf --mode unattended shell: /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
command: /opt/stack/postgres/ctlscript.sh stop shell: /opt/stack/postgres/ctlscript.sh stop
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!