diff --git a/README.md b/README.md index c516036..6344e8d 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file diff --git a/zeromq.md b/zeromq.md new file mode 100644 index 0000000..c516036 --- /dev/null +++ b/zeromq.md @@ -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. \ No newline at end of file