]> git.immae.eu Git - github/fretlink/ansible-rabbitmq.git/blob - README.md
updated tasks based on Debian
[github/fretlink/ansible-rabbitmq.git] / README.md
1 Role Name
2 =========
3
4 Installs rabbitmq https://www.rabbitmq.com/ (Configurable...HA and Clustering ready)
5
6 Requirements
7 ------------
8
9 Any pre-requisites that may not be covered by Ansible itself or the role should be mentioned here. For instance, if the role uses the EC2 module, it may be a good idea to mention in this section that the boto package is required.
10
11 Role Variables
12 --------------
13
14 ````
15 enable_rabbitmq_clustering: false #defines if setting up a rabbitmq cluster
16 config_rabbitmq_ha: false #defines if rabbitmq ha should be configured
17 ````
18
19 Dependencies
20 ------------
21
22 A list of other roles hosted on Galaxy should go here, plus any details in regards to parameters that may need to be set for other roles, or variables that are used from other roles.
23
24 Example Playbook
25 ----------------
26
27 Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:
28
29 - hosts: servers
30 roles:
31 - { role: mrlesmithjr.rabbitmq }
32
33 License
34 -------
35
36 BSD
37
38 Author Information
39 ------------------
40
41 Larry Smith Jr.
42 - @mrlesmithjr
43 - http://everythingshouldbevirtual.com
44 - mrlesmithjr [at] gmail.com