A tad bit more formatting

This commit is contained in:
Michael Griffin 2013-03-03 03:39:57 -08:00
parent 9034a978b6
commit fe2e333d03
2 changed files with 17 additions and 17 deletions

View file

@ -4,16 +4,16 @@ Configure servers in a snap with these concise ansible playbooks!
Current Playbooks:
* ZeroMQ - open source high-performance asynchronous messaging library
* **ZeroMQ** - open source high-performance asynchronous messaging library
Future Playbooks:
* MongoDB - open source document-oriented database system
* MySQL - open source relational database system
* Apache - open source web server
* NginX - open source web server
* Python - open source highlevel interprited programming language
* Ruby - open source highlevel interprited programming language
* RVM - open source Ruby version and environment manager
* **MongoDB** - open source document-oriented database system
* **MySQL** - open source relational database system
* **Apache** - open source web server
* **NginX** - open source web server
* **Python** - open source highlevel interprited programming language
* **Ruby** - open source highlevel interprited programming language
* **RVM** - open source Ruby version and environment manager
It's that simple.

View file

@ -5,14 +5,14 @@ An Ansible playbook which installs **ZeroMQ** and all of its dependancies, along
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*
* **ZeroMQ**
* **autoconf**
* **automake**
* **build-essential**
* **libtool**
* **uuid-dev**
* ***python-pip***
* ***python-dev***
* ***pyzmq***
It's that simple.