Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
vana
/
wdchatconfig
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 9322396b
authored
Nov 11, 2017
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
1 parent
adc37824
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
12 deletions
install_dmaengine_db.yml
install_dmamanager_db.yml
install_servicegateway_db.yml
upload_mongo.yml
install_dmaengine_db.yml
View file @
9322396
...
@@ -2,8 +2,5 @@
...
@@ -2,8 +2,5 @@
-
hosts
:
all
-
hosts
:
all
become
:
true
become
:
true
tasks
:
tasks
:
-
file
:
path
:
/tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run
mode
:
0711
-
name
:
Install DMAENGINE DB
-
name
:
Install DMAENGINE DB
command
:
/tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/source/mongodb1.conf --mode unattended
command
:
/tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/source/mongodb1.conf --mode unattended
\ No newline at end of file
install_dmamanager_db.yml
View file @
9322396
...
@@ -2,8 +2,5 @@
...
@@ -2,8 +2,5 @@
-
hosts
:
all
-
hosts
:
all
become
:
true
become
:
true
tasks
:
tasks
:
-
file
:
path
:
/tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run
mode
:
0711
-
name
:
Install DMA Manager DB
-
name
:
Install DMA Manager DB
command
:
/tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/source/mongodb2.conf --mode unattended
command
:
/tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/source/mongodb2.conf --mode unattended
\ No newline at end of file
install_servicegateway_db.yml
View file @
9322396
...
@@ -2,8 +2,5 @@
...
@@ -2,8 +2,5 @@
-
hosts
:
all
-
hosts
:
all
become
:
true
become
:
true
tasks
:
tasks
:
-
file
:
path
:
/tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run
mode
:
0711
-
name
:
Install DMA Manager DB
-
name
:
Install DMA Manager DB
command
:
/tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/source/mongodb3.conf --mode unattended
command
:
/tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run --optionfile /tmp/source/mongodb3.conf --mode unattended
\ No newline at end of file
upload_mongo.yml
0 → 100644
View file @
9322396
---
-
hosts
:
all
become
:
true
tasks
:
-
copy
:
src
:
/tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run
dest
:
/tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run
mode
:
0711
\ No newline at end of file
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