ansible-roles/mongodb/README.md
Jérémy Lecour 0c8389baf9 Adapt mongodb role for Stretch
Everything changes :
* package source
* service name
* version
2017-11-21 16:51:19 +01:00

17 lines
381 B
Markdown

# mongodb
Install MongoDB
We use packages from 10Gen for Jessie and packages from Debian for Stretch.
## Tasks
Everything is in the `tasks/main.yml` file.
## Available variables
* `mongodb_port`: port to listen to (default: `27017`)
* `mongodb_bind`: IP to bind to (default: `127.0.0.1`)
The full list of variables (with default values) can be found in `defaults/main.yml`.