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
34a27ed2
Commit
34a27ed2
authored
Jul 25, 2018
by
XuYS
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mongodb 3.2 repo
parent
a2dc1c26
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
+2
-1
playbooks/roles/mongo_3_2/defaults/main.yml
+2
-1
No files found.
playbooks/roles/mongo_3_2/defaults/main.yml
View file @
34a27ed2
...
...
@@ -14,7 +14,8 @@ mongo_log_dir: "{{ COMMON_LOG_DIR }}/mongo"
mongo_journal_dir
:
"
{{
COMMON_DATA_DIR
}}/mongo/mongodb/journal"
mongo_user
:
mongodb
MONGODB_REPO
:
"
deb
http://repo.mongodb.org/apt/ubuntu
{{
ansible_distribution_release
}}/mongodb-org/3.2
multiverse"
#MONGODB_REPO: "deb http://repo.mongodb.org/apt/ubuntu {{ ansible_distribution_release }}/mongodb-org/3.2 multiverse"
MONGODB_REPO
:
"
deb
http://repo.mongodb.org/apt/ubuntu
xenial/mongodb-org/3.2
multiverse"
# Key id taken from https://docs.mongodb.com/v3.2/tutorial/install-mongodb-on-ubuntu/
# Changes with each major mongo release, so must be updated with Mongo upgrade
MONGODB_APT_KEY
:
"
EA312927"
...
...
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