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
948b4678
Commit
948b4678
authored
Oct 22, 2013
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update role prefix in names.
parent
b16d396a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
playbooks/roles/mongo/tasks/main.yml
+4
-4
No files found.
playbooks/roles/mongo/tasks/main.yml
View file @
948b4678
---
-
name
:
edxlocal
| install python pymongo for mongo_user ansible module
-
name
:
mongo
| install python pymongo for mongo_user ansible module
pip
:
>
name=pymongo
state=present
...
...
@@ -8,18 +8,18 @@
extra_args="-i {{ PYPI_MIRROR_URL }}"
tags
:
mongo
-
name
:
edxlocal
| add the mongodb signing key
-
name
:
mongo
| add the mongodb signing key
apt_key
:
>
id=7F0CEB10
url=http://docs.mongodb.org/10gen-gpg-key.asc
state=present
-
name
:
edxlocal
| add the mongodb repo to the sources list
-
name
:
mongo
| add the mongodb repo to the sources list
apt_repository
:
>
repo='deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen'
state=present
-
name
:
edxlocal
| install mongo server and recommends
-
name
:
mongo
| install mongo server and recommends
apt
:
>
pkg=mongodb-10gen
state=present
...
...
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