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 308c78ba
authored
Nov 11, 2017
by
ansible
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
1 parent
136d8854
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
27 additions
and
0 deletions
clean_tmp.yml
install_dmamanager_db.yml
install_servicegateway_db.yml
clean_tmp.yml
0 → 100644
View file @
308c78b
---
-
hosts
:
all
become
:
true
tasks
:
-
file
:
path
:
/tmp/source
state
:
absent
install_dmamanager_db.yml
0 → 100644
View file @
308c78b
---
-
hosts
:
all
become
:
true
tasks
:
-
file
:
path
:
/tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run
mode
:
0711
-
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
\ No newline at end of file
install_servicegateway_db.yml
0 → 100644
View file @
308c78b
---
-
hosts
:
all
become
:
true
tasks
:
-
file
:
path
:
/tmp/source/bitnami-mongodb-3.4.4-0-linux-x64-installer.run
mode
:
0711
-
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
\ 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