mac-dev-playbook/zeromq
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
zeromq.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

Ansible Playbook - ZeroMQ

An Ansible playbook which installs ZeroMQ and all of its dependencies, along with its Python binding: pyzmq.

These are the files (ZeroMQ and its dependencies) which are retrieved and installed:

  • ZeroMQ
  • autoconf
  • automake
  • build-essential
  • libtool
  • uuid-dev
  • python-pip
  • python-dev
  • pyzmq

It's that simple.