Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
configuration
Commits
f3e224f9
Commit
f3e224f9
authored
Jun 19, 2014
by
Feanil Patel
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1194 from fmyzjs/patch-1
Patch 1
parents
90359ba0
1eaf5951
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
playbooks/roles/mongo/defaults/main.yml
+3
-0
playbooks/roles/mongo/tasks/main.yml
+2
-2
No files found.
playbooks/roles/mongo/defaults/main.yml
View file @
f3e224f9
...
...
@@ -10,6 +10,9 @@ mongo_data_dir: "{{ COMMON_DATA_DIR }}/mongo"
mongo_log_dir
:
"
{{
COMMON_LOG_DIR
}}/mongo"
mongo_user
:
mongodb
MONGODB_APT_KEY
:
"
http://docs.mongodb.org/10gen-gpg-key.asc"
MONGODB_REPO
:
"
deb
http://downloads-distro.mongodb.org/repo/ubuntu-upstart
dist
10gen"
# Vars Meant to be overridden
MONGO_USERS
:
-
user
:
cs_comments_service
...
...
playbooks/roles/mongo/tasks/main.yml
View file @
f3e224f9
...
...
@@ -8,12 +8,12 @@
-
name
:
add the mongodb signing key
apt_key
:
>
id=7F0CEB10
url=
http://docs.mongodb.org/10gen-gpg-key.asc
url=
{{MONGODB_APT_KEY}}
state=present
-
name
:
add the mongodb repo to the sources list
apt_repository
:
>
repo='
deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen
'
repo='
{{ MONGODB_REPO }}
'
state=present
-
name
:
install mongo server and recommends
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment