ansible-roles/mongodb
Jérémy Lecour b4c9fcf6f7
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> Details
gitea/ansible-roles/pipeline/head This commit looks good Details
mongodb: add gpg key for 7.0
2023-12-18 16:36:09 +01:00
..
defaults Use proper keyrings directory for APT version 2022-11-02 23:16:32 +01:00
files mongodb: add gpg key for 7.0 2023-12-18 16:36:09 +01:00
handlers Use FQCN 2023-03-20 23:33:19 +01:00
meta Update Galaxy metadata (company, platforms and galaxy_tags) 2021-06-28 15:26:28 +02:00
tasks Ensure {{ apt_keyring_dir }} directory exists 2023-07-25 10:59:53 +02:00
templates mongodb: prepare Debian 12 2023-03-20 15:43:35 +01:00
tests rename mongodb-org -> mongodb 2017-07-03 17:36:04 +02:00
.z_kitchen.yml rename mongodb-org -> mongodb 2017-07-03 17:36:04 +02:00
README.md mongodb: mention Buster support in README 2020-04-03 10:12:20 +02:00

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.