mac-dev-playbook/bottle-mongodb
2013-04-14 01:42:22 -07:00
..
bottle-mongodb.yaml Made a lot of progress on automation. Created quite a few playbooks and thought about how to implement them most effectively! I'm going to work on installation scripts for ansible (so you could easily install it on a local or remote workstation), documentation, abstraction, and DRY principles etc. 2013-04-14 01:42:22 -07:00
README.md Reorganized current play books and added a new one, bottle-mongodb. 2013-04-12 01:08:24 -07:00

Ansible Playbook - Bottle-MongoDB

This Ansible playbook provisions a server to act as both a WSGI compliant Bottle webserver and a MongoDB database. Eventually it will have the capabilities of setting up separate servers, one (or multiple) webservers, and one (or multiple) databases. This playbook will also (in the future) be able to be set up bottle using Gevent, a massively multi-threaded synchronous WSGI compliant networking library.

These are the files (bottle, and MogoDB and their dependencies) which are retrieved and installed:

  • python-pip
  • python-dev
  • build-essential
  • MongoDB