You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Ansible Lint |Total|New|Outstanding|Fixed|Trend
|:-:|:-:|:-:|:-:|:-:
|2768|3|2765|12|:+1:
Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/224//ansiblelint">Evolix » ansible-roles » unstable #224</a>
Details
gitea/ansible-roles/pipeline/head This commit looks good
Details
|
2 months ago | |
---|---|---|
.. | ||
defaults | 7 months ago | |
files | 2 years ago | |
handlers | 2 months ago | |
meta | 2 years ago | |
tasks | 2 months ago | |
templates | 2 months 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
.