Coder Social home page Coder Social logo

ansible-mongo's Introduction

Mongo Build Status Ansible Role

Setup mongodb server

Requirements

Need ansible 2+

Role Variables

mongodb_db_path: "/data/db"
mongodb_user: "mongodb"
mongodb_group: "mongodb"
# Support version 2.6, 3.0 and 3.2
mongodb_version: 2.6
mongo_replication_set: "myRs"
# Bind mongo on differents ips
mongo_interfaces: ["127.0.0.1", "10.0.0.1"]

If you want a single instance, to disable replica_set you can do :

mongo_replication_set: !!null

Dependencies

There is no dependency

Example Playbook

- hosts: servers
  roles:
  - role: simplifield.mongo

License

BSD

ansible-mongo's People

Contributors

sebastienelet avatar gaetancathelain avatar

Stargazers

Andrejs Agejevs avatar  avatar Yan avatar Josh avatar Nicolas Froidure avatar  avatar

Watchers

 avatar James Cloos avatar Jérémy Pinto avatar Georges avatar  avatar Louis GERARD avatar  avatar Senez Thomas avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.