Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
ansible
/
dma-playbook
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 7240a662
authored
Nov 15, 2017
by
sila
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edit deploy_initial_wdchat_mongo
1 parent
e2a5953c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
16 deletions
deploy_inital_wdchat_mongo.yml
install_wdchat_db.yml
deploy_inital_wdchat_mongo.yml
View file @
7240a66
...
...
@@ -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
install_wdchat_db.yml
View file @
7240a66
...
...
@@ -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
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment