forked from evolix/ansible-roles
Ludovic Poujol
73d6979e72
* mongodb: Deny the install on Debian 11 « Bullseye » when the version is unsupported * mongodb: Support version 5.0 (for buster) * mongodb: Allow to specify a mongodb version for buster & bullseye * mongodb: Add missing remount-usr for munin plugins |
||
---|---|---|
.. | ||
defaults | ||
files | ||
handlers | ||
meta | ||
tasks | ||
templates | ||
tests | ||
.z_kitchen.yml | ||
README.md |
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
.