Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SASC
sentinel-legacy
Commits
8c695b8e
Commit
8c695b8e
authored
Jan 25, 2016
by
bow
Browse files
Pin MongoDB installation to version 3.2.1 in Ansible
parent
53bbaf9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
deployment/ansible-role-mongodb/tasks/install.yml
View file @
8c695b8e
...
...
@@ -7,7 +7,7 @@
apt_repository
:
repo="deb http://repo.mongodb.org/apt/debian wheezy/mongodb-org/3.2 main" state=present
-
name
:
install mongodb-org
apt
:
pkg=mongodb-org state=present
apt
:
pkg=mongodb-org
=3.2.1
state=present
-
name
:
install PyMongo from apt
apt
:
pkg=python-pymongo state=latest
...
...
Write
Preview
Supports
Markdown
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