Commit graph

81 commits

Author SHA1 Message Date
Manuel Sousa
308305a691 add module rabbitmq_exchange 2015-05-08 17:15:36 +01:00
Manuel Sousa
fa97d665b9 add module rabbitmq_binding 2015-05-08 17:14:22 +01:00
Toshio Kuratomi
2396f36f11 Fix typo causing SyntaxError (missing colon) 2015-01-19 09:40:04 -08:00
Anders Ingemann
3795ab0379 Clear rabbitmq_user pw when none is specified 2015-01-16 14:32:08 +01:00
Philip Carinhas
530323bf63 Improve error message 2014-12-07 10:01:49 -06:00
Philip Carinhas
5c03696693 Fix rabbitmq_plugin.py: broken prefix path 2014-12-06 12:31:08 -06:00
Michael DeHaan
110250d344 package files 2014-09-26 11:04:10 -04:00
Michael DeHaan
b1e789968b File extensions! 2014-09-26 10:40:16 -04:00
Michael DeHaan
50f105578a Restructuring. 2014-09-26 10:14:28 -04:00
Michael DeHaan
73123b69fa Move modules into subdirectory. 2014-09-26 09:23:50 -04:00
James Tanner
b9ff96f838 Fix version_added for node in rabbitmq modules 2014-04-08 10:40:41 -04:00
Chris Sinchok
9170827caf Typo in rabbitmq_plugin docs
Should be "plugins", not "users".
2014-02-28 11:38:11 -06:00
James Tanner
c3000f1e20 Use new syntax for module snippets in rabbitmq_policy and update changelog 2014-02-05 16:21:18 -05:00
jctanner
26e54831e2 Merge pull request #4957 from retr0h/rabbitmq_policy
Added module to handle rabbit policies [1]
2014-02-05 16:07:38 -05:00
James Tanner
4f9aadcc07 Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
James Tanner
38edad70ac Fixes #5023 Convert all modules to use new snippet import pattern 2013-12-02 15:11:23 -05:00
John Dewey
0bbb930747 Handled string/dict the ansible way 2013-11-20 20:21:04 -08:00
John Dewey
cfa588c1a3 The setting of params via dict or string by tags
Updated per @mpdehaan suggestions.
* Rather than passing in JSON, supply the policy options as a hash
  or string.
* Bumped version_added to 1.5.
2013-11-20 17:07:08 -08:00
John Dewey
52b125a9da Cleaned up docs just a smidge
Mostly added periods where missed, and corrected /vhost spacing.
2013-11-19 12:00:09 -08:00
John Dewey
f813b23e24 Added module to handle rabbit policies [1]
Used quite a bit of the existing rabbit modules provied by @chrishoffman.

[1] https://www.rabbitmq.com/parameters.html
2013-11-19 00:36:21 -08:00
Michael DeHaan
5d96666567 Add missing version_added description in docs. 2013-07-20 12:08:47 -04:00
Frank Shearar
c0de378e15 'prefix' avoids potentially making people confuse 'path' with $PATH. 2013-07-12 10:13:53 +01:00
Frank Shearar
7f27a6181b Minor typo 2013-07-09 17:33:30 +01:00
Frank Shearar
9cc75f1f54 Let someone specify a path to a Rabbit that's not installed in the usual place. 2013-07-09 17:33:14 +01:00
Lorin Hochstein
12c189231c Doc: rabbitmq_user pw change and force
Document that need to add force=yes to change password of
existing user
2013-06-23 11:05:09 -04:00
Jan-Piet Mens
98c1423269 Docs: consistently format playbook EXAMPLES 2013-06-17 08:53:46 +02:00
Jan-Piet Mens
3404a0fc16 DOCS: standardize on EXAMPLES (a.k.a. Docs-JumboPatch JetLag Edition)
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string
  Added deprecation warning to moduledev.rst and remove deprecated example from it
  Fixed up a few typos and uppercased some acronyms.
  add consistency to how EXAMPLES are formatted
2013-06-15 20:54:25 +02:00
Ceri Storey
7b6168aea6 Update rabbitmq_user/vhost/parameter to pass the node to rabbitmqctl using -n flag to rabbitmqctl rather than setting the environment variable. 2013-05-26 14:51:50 +01:00
Ceri Storey
5b0dc933ee Fix whitespace, changing tabs to spaces. 2013-05-08 15:34:57 +01:00
Ceri Storey
25911713d6 Allow specification of the node we wish to connect to. 2013-05-08 15:26:24 +01:00
Michael DeHaan
cd97a4cb14 Allow modules to be categorized, and also sort them when generating the documentation. 2013-04-28 15:03:45 -04:00