From eb299d9b8716d8c5b0bdede17e29ada1f623fe43 Mon Sep 17 00:00:00 2001 From: Larry Smith Jr Date: Wed, 29 Jul 2015 18:38:22 -0400 Subject: first commit --- README.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..bc57b4c --- /dev/null +++ b/README.md @@ -0,0 +1,44 @@ +Role Name +========= + +Installs rabbitmq https://www.rabbitmq.com/ + +Requirements +------------ + +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. + +Role Variables +-------------- + +```` +enable_rabbitmq_clustering: false #defines if setting up a rabbitmq cluster +config_rabbitmq_ha: false #defines if rabbitmq ha should be configured +```` + +Dependencies +------------ + +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. + +Example Playbook +---------------- + +Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too: + + - hosts: servers + roles: + - { role: mrlesmithjr.rabbitmq } + +License +------- + +BSD + +Author Information +------------------ + +Larry Smith Jr. +- @mrlesmithjr +- http://everythingshouldbevirtual.com +- mrlesmithjr [at] gmail.com -- cgit v1.2.3