Changed the repo to encompass all Ansible playbooks I write

This commit is contained in:
Michael Griffin 2013-03-03 03:13:21 -08:00
parent 06182c78b7
commit 6a6aecd97e
2 changed files with 32 additions and 13 deletions

View file

@ -1,18 +1,19 @@
Ansible Playbook - ZeroMQ
=========================
Ansible Playbooks
=================
Configure servers in a snap with these concise ansible playbooks!
An Ansible playbook which installs **ZeroMQ** and all of its dependancies, along with its **Python** binding: **pyzmq**.
Current Playbooks:
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*
Future Playbooks:
* MongoDB
* MySQL
* Apache
* NginX
* Python
* Ruby
* RVM
It's that simple.

18
zeromq.md Normal file
View file

@ -0,0 +1,18 @@
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.