aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md76
1 files changed, 42 insertions, 34 deletions
diff --git a/README.md b/README.md
index b3b03ad..15f9cdf 100644
--- a/README.md
+++ b/README.md
@@ -1,65 +1,73 @@
1Role Name 1<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2========= 2<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
3 4
4An [Ansible] role to install/configure [RabbitMQ] 5- [ansible-rabbitmq](#ansible-rabbitmq)
6 - [Build Status](#build-status)
7 - [Requirements](#requirements)
8 - [Vagrant](#vagrant)
9 - [Role Variables](#role-variables)
10 - [Dependencies](#dependencies)
11 - [Example Playbook](#example-playbook)
12 - [License](#license)
13 - [Author Information](#author-information)
5 14
6Build Status 15<!-- END doctoc generated TOC please keep comment here to allow auto update -->
7------------ 16
17# ansible-rabbitmq
18
19An [Ansible](https://www.ansible.com) role to install/configure [RabbitMQ](https://www.rabbitmq.com/)
20
21## Build Status
8 22
9[![Build Status](https://travis-ci.org/mrlesmithjr/ansible-rabbitmq.svg?branch=master)](https://travis-ci.org/mrlesmithjr/ansible-rabbitmq) 23[![Build Status](https://travis-ci.org/mrlesmithjr/ansible-rabbitmq.svg?branch=master)](https://travis-ci.org/mrlesmithjr/ansible-rabbitmq)
10 24
11Requirements 25## Requirements
12------------
13 26
14Ensure hostnames are resolvable prior to clustering...either update /etc/hosts 27Ensure hostnames are resolvable prior to clustering...either update /etc/hosts
15or ensure DNS is working. 28or ensure DNS is working.
16 29
17Vagrant 30## Vagrant
18-------
19 31
20Spin up a 3 node HA Cluster for testing... 32Spin up a 3 node HA Cluster for testing...
21Install Ansible role on your host: 33Install Ansible role on your host:
22``` 34
35```bash
23sudo ansible-galaxy install -r requirements.yml -f 36sudo ansible-galaxy install -r requirements.yml -f
24``` 37```
25Now spin up your environment... 38
26``` 39Now spin up your environment...
40
41```bash
27vagrant up 42vagrant up
28``` 43```
29When you are done testing, tear it all down... 44
30``` 45When you are done testing, tear it all down...
46
47```bash
31./cleanup.sh 48./cleanup.sh
32``` 49```
33 50
34Role Variables 51## Role Variables
35--------------
36 52
37[Role Defaults](./defaults/main.yml) 53[Role Defaults](./defaults/main.yml)
38 54
39Dependencies 55## Dependencies
40------------
41 56
42None 57None
43 58
44Example Playbook 59## Example Playbook
45----------------
46 60
47[Example Playbook](./playbook.yml) 61[Example Playbook](./playbook.yml)
48 62
49License 63## License
50-------
51 64
52BSD 65MIT
53 66
54Author Information 67## Author Information
55------------------
56 68
57Larry Smith Jr. 69Larry Smith Jr.
58- [@mrlesmithjr]
59- http://everythingshouldbevirtual.com
60- mrlesmithjr [at] gmail.com
61
62[@mrlesmithjr]: <https://www.twitter.com/mrlesmithjr>
63 70
64[Ansible]: <https://www.ansible.com> 71- [@mrlesmithjr](https://www.twitter.com/mrlesmithjr)
65[RabbitMQ]: <https://www.rabbitmq.com/> 72- [EverythingShouldBeVirtual](http://everythingshouldbevirtual.com)
73- [mrlesmithjr@gmail.com](mailto:mrlesmithjr@gmail.com)