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
edx
configuration
Commits
502bcf81
Commit
502bcf81
authored
Oct 20, 2015
by
Feanil Patel
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2376 from dpowell/mongodb-signing-key
Download MongoDB signing key from keyserver
parents
356c1f62
33b22ec1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
6 deletions
+9
-6
AUTHORS
+1
-0
playbooks/roles/ad_hoc_reporting/defaults/main.yml
+2
-1
playbooks/roles/ad_hoc_reporting/tasks/main.yml
+2
-2
playbooks/roles/mongo/defaults/main.yml
+2
-1
playbooks/roles/mongo/tasks/main.yml
+2
-2
No files found.
AUTHORS
View file @
502bcf81
...
...
@@ -48,3 +48,4 @@ Andy Armstrong <andya@edx.org>
Xiang Junfu <xiangjf.fnst@cn.fujitsu.com>
Sarina Canelake <sarina@edx.org>
Steven Burch <stv@stanford.edu>
Dan Powell <dan@abakas.com>
playbooks/roles/ad_hoc_reporting/defaults/main.yml
View file @
502bcf81
...
...
@@ -41,6 +41,7 @@ ad_hoc_reporting_pip_pkgs:
# for running ansible mysql
-
mysql-python
MONGODB_APT_KEY
:
"
http://docs.mongodb.org/10gen-gpg-key.asc"
MONGODB_APT_KEY
:
"
7F0CEB10"
MONGODB_APT_KEYSERVER
:
"
keyserver.ubuntu.com"
MONGODB_REPO
:
"
deb
http://downloads-distro.mongodb.org/repo/ubuntu-upstart
dist
10gen"
mongo_version
:
3.0.7
playbooks/roles/ad_hoc_reporting/tasks/main.yml
View file @
502bcf81
...
...
@@ -30,8 +30,8 @@
-
name
:
add the mongodb signing key
apt_key
:
id
:
7F0CEB10
url
:
"
{{
MONGODB_APT_KEY
}}"
id
:
"
{{
MONGODB_APT_KEY
}}"
keyserver
:
"
{{
MONGODB_APT_KEYSERVER
}}"
state
:
present
tags
:
-
install:system-requirements
...
...
playbooks/roles/mongo/defaults/main.yml
View file @
502bcf81
...
...
@@ -11,7 +11,8 @@ 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_APT_KEY
:
"
7F0CEB10"
MONGODB_APT_KEYSERVER
:
"
keyserver.ubuntu.com"
MONGODB_REPO
:
"
deb
http://downloads-distro.mongodb.org/repo/ubuntu-upstart
dist
10gen"
# Vars Meant to be overridden
...
...
playbooks/roles/mongo/tasks/main.yml
View file @
502bcf81
...
...
@@ -21,8 +21,8 @@
-
name
:
add the mongodb signing key
apt_key
:
>
id=
7F0CEB10
url={{ MONGODB_APT_KEY
}}
id=
{{ MONGODB_APT_KEY }}
keyserver={{ MONGODB_APT_KEYSERVER
}}
state=present
-
name
:
add the mongodb repo to the sources list
...
...
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