Commit 7240a662 by sila

edit deploy_initial_wdchat_mongo

1 parent e2a5953c
......@@ -2,9 +2,19 @@
- hosts: wdchat-dma
become: true
tasks:
- name: Move DMA-Mongo to Working Folder
command: cp /tmp/source/dma-mongo.tar.gz /opt/stack/dma-mongo.tar.gz
- name: Extract DMA-MongoDB
command: tar -zxvf /opt/stack/dma-mongo.tar.gz -C /opt/stack/
- name: Delete File
command: rm /opt/stack/dma-mongo.tar.gz
\ No newline at end of file
# - name: Move DMA-Mongo to Working Folder
# command: cp /tmp/source/dma-mongo.tar.gz /opt/stack/dma-mongo.tar.gz
# - name: Extract DMA-MongoDB
# command: tar -zxvf /opt/stack/dma-mongo.tar.gz -C /opt/stack/
# - name: Delete File
# command: rm /opt/stack/dma-mongo.tar.gz
- name: Init Mongo 7018
command: /tmp/source/mongo_7018.sh
- name: Init Mongo 7019
command: /tmp/source/mongo_7019.sh
- name: Init Mongo 7020
command: /tmp/source/mongo_7020.sh
......@@ -5,12 +5,3 @@
- name: Install WDCHAT DB
command: /tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/configuration/wdchat-mongo.conf --mode unattended
- name: Init Mongo 7018
command: /tmp/source/mongo_7018.sh
- name: Init Mongo 7019
command: /tmp/source/mongo_7019.sh
- name: Init Mongo 7020
command: /tmp/source/mongo_7020.sh
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!