Skip to content

This demonstrates the installation of MongoDB using Ansible

Notifications You must be signed in to change notification settings

dwatrous/ansible-mongodb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ansible-mongodb

This demonstrates the installation of MongoDB using Ansible

Quick start:

  • clone this repository
  • run '''vagrant up'''
  • ssh into the newly created server
    • run '''ansible-playbook -i src/stage src/playbook.yml''' (also found in bootstrap.sh)

Some things to consider.

  • This assumes Ubuntu 14.04
  • Due to limitations in Python 2.7.6 and Ubuntu 14.04, I'm not validating certificates
  • The backup script is incomplete and should be tied into your object store solution
  • This is a single point of failure. You will need to add additional nodes and create a discovery mechanism to accommodate clustered deployment

About

This demonstrates the installation of MongoDB using Ansible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages