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
cc31a59d
Commit
cc31a59d
authored
Jul 24, 2017
by
Hannah Chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix variable names
parent
bc629617
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
playbooks/roles/mongo_client/defaults/main.yml
+6
-6
playbooks/roles/mongo_client/tasks/main.yml
+3
-3
No files found.
playbooks/roles/mongo_client/defaults/main.yml
View file @
cc31a59d
---
MONGODB_APT_KEY
:
"
7F0CEB10"
MONGODB_APT_KEYSERVER
:
"
keyserver.ubuntu.com"
MONGODB_REPO
:
"
deb
http://repo.mongodb.org/apt/ubuntu
xenial/mongodb-org/3.2
multiverse"
mongo_version
:
3.2.12
MONGO
_CLIENT_MONGO
DB_APT_KEY
:
"
7F0CEB10"
MONGO
_CLIENT_MONGO
DB_APT_KEYSERVER
:
"
keyserver.ubuntu.com"
MONGO
_CLIENT_MONGO
DB_REPO
:
"
deb
http://repo.mongodb.org/apt/ubuntu
xenial/mongodb-org/3.2
multiverse"
mongo_
client_
version
:
3.2.12
mongo_client_debian_pkgs
:
-
"
mongodb-org-shell={{
mongo_version
}}"
-
"
mongodb-org-tools={{
mongo_version
}}"
-
"
mongodb-org-shell={{
mongo_
client_
version
}}"
-
"
mongodb-org-tools={{
mongo_
client_
version
}}"
playbooks/roles/mongo_client/tasks/main.yml
View file @
cc31a59d
---
-
name
:
add the mongodb signing key
apt_key
:
id
:
"
{{
MONGODB_APT_KEY
}}"
keyserver
:
"
{{
MONGODB_APT_KEYSERVER
}}"
id
:
"
{{
MONGO
_CLIENT_MONGO
DB_APT_KEY
}}"
keyserver
:
"
{{
MONGO
_CLIENT_MONGO
DB_APT_KEYSERVER
}}"
state
:
present
tags
:
-
install
...
...
@@ -10,7 +10,7 @@
-
name
:
add the mongodb repo to the sources list
apt_repository
:
repo
:
"
{{
MONGODB_REPO
}}"
repo
:
"
{{
MONGO
_CLIENT_MONGO
DB_REPO
}}"
state
:
present
tags
:
-
install
...
...
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