ansible-roles/mongodb/README.md
Jérémy Lecour 71a9ac8424
All checks were successful
continuous-integration/drone/push Build is passing
mongodb: mention Buster support in README
2020-04-03 10:12:20 +02:00

18 lines
458 B
Markdown

# mongodb
Install MongoDB
We use Debian packages for Stretch, but MongoDB.org packages for Jessie/Buster
## 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`)
* `mongodb_force_config`: force copy the configuration (default: `false`)
The full list of variables (with default values) can be found in `defaults/main.yml`.