ansible-roles/mongodb-org
2017-04-19 17:48:02 +02:00
..
defaults Mongodb: rename all variables to be more generic 2017-04-19 11:28:15 +02:00
handlers MongoDB (from 10Gen) : basic role 2017-04-19 10:59:25 +02:00
meta MongoDB (from 10Gen) : basic role 2017-04-19 10:59:25 +02:00
tasks MongoDB (from 10Gen) : basic role 2017-04-19 10:59:25 +02:00
templates Mongodb: rename all variables to be more generic 2017-04-19 11:28:15 +02:00
tests MongoDB (from 10Gen) : basic role 2017-04-19 10:59:25 +02:00
.kitchen.yml Change Ansible version used by ansible-kitchen 2017-04-19 17:48:02 +02:00
README.md Mongodb: rename all variables to be more generic 2017-04-19 11:28:15 +02:00

mongodb-org

Install latest MongoDB from 10Gen repository.

Tasks

Everything is in the tasks/main.yml file.

Available variables

  • mongodb_pidfile_path: PID file path (default: /var/lib/mongodb/mongod.lock)
  • mongodb_logfile_path: log file path (default: /var/log/mongodb/mongod.log)
  • mongodb_port: port to listen to (default: 27017)
  • mongodb_bind: IP to bind to (default: 127.0.0.1)

The full list of variables (with default values) can be found in defaults/main.yml.