From 6a6aecd97e6c272c5739309d3419080a62150b2b Mon Sep 17 00:00:00 2001 From: Michael Griffin Date: Sun, 3 Mar 2013 03:13:21 -0800 Subject: [PATCH] Changed the repo to encompass all Ansible playbooks I write --- README.md | 27 ++++++++++++++------------- zeromq.md | 18 ++++++++++++++++++ 2 files changed, 32 insertions(+), 13 deletions(-) create mode 100644 zeromq.md 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