Skip to content

Commit

Permalink
update readme with docs on debian 3.0 support (fixes bennojoy#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkconrad committed Jun 13, 2015
1 parent 0a02090 commit 5c7388e
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,31 @@ Examples
mongod_replset_name: rs0


MongoDB 3.X
-----------

To install modern versions of mongo on Debian based systems, use the following vars:

```yaml
# see http://docs.mongodb.org/manual/administration/install-on-linux/ for other repositories
mongod_repo_debian: "deb http://repo.mongodb.org/apt/ubuntu trusty/mongodb-org/3.0 multiverse"

mongod_pkgs:
- mongodb-org
- python-selinux
- python-pymongo

# defaults to mmapv1, so be explicit if you want to use WT
mongod_storage_engine: wiredTiger

# authentication is not managed by this role, so either disable it or send a
# PR :)
mongod_auth: false

# change this to a sane value
mongod_bind_ip: 0.0.0.0
```
Dependencies
------------
Expand Down

0 comments on commit 5c7388e

Please sign in to comment.