You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.. | ||
defaults | 1 year ago | |
files | 1 year ago | |
handlers | 3 years ago | |
meta | 2 years ago | |
tasks | 1 year ago | |
templates | 2 years ago | |
tests | 6 years ago | |
.z_kitchen.yml | 6 years ago | |
README.md | 3 years ago |
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
.