ansible-roles/mongodb/README.md

17 lines
381 B
Markdown
Raw Permalink Normal View History

# mongodb
2017-04-19 10:58:48 +02:00
Install MongoDB
We use packages from 10Gen for Jessie and packages from Debian for Stretch.
2017-04-19 10:58:48 +02:00
## 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`)
2017-04-19 10:58:48 +02:00
The full list of variables (with default values) can be found in `defaults/main.yml`.