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-roles/mongodb
Jérémy Lecour 70c93310f9
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
Fix ansible-lint violations
2 months ago
..
defaults Use proper keyrings directory for APT version 7 months ago
files Various changes on mongodb (support 5.0) + fixes & compatibility 2 years ago
handlers Use FQCN 2 months ago
meta Update Galaxy metadata (company, platforms and galaxy_tags) 2 years ago
tasks Fix ansible-lint violations 2 months ago
templates mongodb: prepare Debian 12 2 months ago
tests rename mongodb-org -> mongodb 6 years ago
.z_kitchen.yml rename mongodb-org -> mongodb 6 years ago
README.md mongodb: mention Buster support in README 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.