mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-22 11:53:08 +00:00
Changed the repo to encompass all Ansible playbooks I write
This commit is contained in:
parent
06182c78b7
commit
6a6aecd97e
2 changed files with 32 additions and 13 deletions
27
README.md
27
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
|
* ZeroMQ
|
||||||
* autoconf
|
|
||||||
* automake
|
Future Playbooks:
|
||||||
* build-essential
|
|
||||||
* libtool
|
* MongoDB
|
||||||
* uuid-dev
|
* MySQL
|
||||||
* *python-pip*
|
* Apache
|
||||||
* *python-dev*
|
* NginX
|
||||||
* *pyzmq*
|
* Python
|
||||||
|
* Ruby
|
||||||
|
* RVM
|
||||||
|
|
||||||
It's that simple.
|
It's that simple.
|
18
zeromq.md
Normal file
18
zeromq.md
Normal 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.
|
Loading…
Reference in a new issue