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: Current Playbooks:
* ZeroMQ - open source high-performance asynchronous messaging library * **ZeroMQ** - open source high-performance asynchronous messaging library
Future Playbooks: Future Playbooks:
* MongoDB - open source document-oriented database system * **MongoDB** - open source document-oriented database system
* MySQL - open source relational database system * **MySQL** - open source relational database system
* Apache - open source web server * **Apache** - open source web server
* NginX - open source web server * **NginX** - open source web server
* Python - open source highlevel interprited programming language * **Python** - open source highlevel interprited programming language
* Ruby - open source highlevel interprited programming language * **Ruby** - open source highlevel interprited programming language
* RVM - open source Ruby version and environment manager * **RVM** - open source Ruby version and environment manager
It's that simple. 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: These are the files (ZeroMQ and its dependancies) which are retrieved and installed:
* ZeroMQ * **ZeroMQ**
* autoconf * **autoconf**
* automake * **automake**
* build-essential * **build-essential**
* libtool * **libtool**
* uuid-dev * **uuid-dev**
* *python-pip* * ***python-pip***
* *python-dev* * ***python-dev***
* *pyzmq* * ***pyzmq***
It's that simple. It's that simple.