Jeremy Lecour
b4c9fcf6f7
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend
|:-:|:-:|:-:|:-:|:-:
|2670|4|2666|4|:-1:
Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/433//ansiblelint">Evolix » ansible-roles » unstable #433</a>
gitea/ansible-roles/pipeline/head This commit looks good
|
||
---|---|---|
.. | ||
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
.