No description
Find a file
2013-03-03 02:11:17 -08:00
LICENSE Added MIT LICENSE to the project 2013-03-03 02:11:17 -08:00
README.md Made some futher teaks to the summary to make it more specific, yet more universal 2013-03-03 01:52:17 -08:00
Vagrantfile Laying the first stone 2013-03-03 00:51:03 -08:00
zeromq.yml Laying the first stone 2013-03-03 00:51:03 -08:00

Ansible Playbook - ZeroMQ

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

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

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

It's that simple.