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
a49a6965
Commit
a49a6965
authored
Oct 19, 2015
by
Dan Powell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Download MongoDB signing key from keyserver
parent
a827ef97
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
6 deletions
+8
-6
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.
playbooks/roles/ad_hoc_reporting/defaults/main.yml
View file @
a49a6965
...
@@ -41,6 +41,7 @@ ad_hoc_reporting_pip_pkgs:
...
@@ -41,6 +41,7 @@ ad_hoc_reporting_pip_pkgs:
# for running ansible mysql
# for running ansible mysql
-
mysql-python
-
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"
MONGODB_REPO
:
"
deb
http://downloads-distro.mongodb.org/repo/ubuntu-upstart
dist
10gen"
mongo_version
:
3.0.7
mongo_version
:
3.0.7
playbooks/roles/ad_hoc_reporting/tasks/main.yml
View file @
a49a6965
...
@@ -30,8 +30,8 @@
...
@@ -30,8 +30,8 @@
-
name
:
add the mongodb signing key
-
name
:
add the mongodb signing key
apt_key
:
apt_key
:
id
:
7F0CEB10
id
:
"
{{
MONGODB_APT_KEY
}}"
url
:
"
{{
MONGODB_APT_KEY
}}"
keyserver
:
"
{{
MONGODB_APT_KEYSERVER
}}"
state
:
present
state
:
present
tags
:
tags
:
-
install:system-requirements
-
install:system-requirements
...
...
playbooks/roles/mongo/defaults/main.yml
View file @
a49a6965
...
@@ -11,7 +11,8 @@ mongo_data_dir: "{{ COMMON_DATA_DIR }}/mongo"
...
@@ -11,7 +11,8 @@ mongo_data_dir: "{{ COMMON_DATA_DIR }}/mongo"
mongo_log_dir
:
"
{{
COMMON_LOG_DIR
}}/mongo"
mongo_log_dir
:
"
{{
COMMON_LOG_DIR
}}/mongo"
mongo_user
:
mongodb
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"
MONGODB_REPO
:
"
deb
http://downloads-distro.mongodb.org/repo/ubuntu-upstart
dist
10gen"
# Vars Meant to be overridden
# Vars Meant to be overridden
...
...
playbooks/roles/mongo/tasks/main.yml
View file @
a49a6965
...
@@ -21,8 +21,8 @@
...
@@ -21,8 +21,8 @@
-
name
:
add the mongodb signing key
-
name
:
add the mongodb signing key
apt_key
:
>
apt_key
:
>
id=
7F0CEB10
id=
{{ MONGODB_APT_KEY }}
url={{ MONGODB_APT_KEY
}}
keyserver={{ MONGODB_APT_KEYSERVER
}}
state=present
state=present
-
name
:
add the mongodb repo to the sources list
-
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