Commit Graph

20 Commits (0fefab66514ac10acaed754793df3106fca4c4a8)

Author SHA1 Message Date
Chris Sinchok 796ac6d01c Typo in rabbitmq_plugin docs
Should be "plugins", not "users".
10 years ago
James Tanner 7268fe43e7 Use new syntax for module snippets in rabbitmq_policy and update changelog 11 years ago
jctanner cda3f06117 Merge pull request #4957 from retr0h/rabbitmq_policy
Added module to handle rabbit policies [1]
11 years ago
James Tanner ad837709bd Addresses #5023 Fix import comments 11 years ago
James Tanner 6000d636b3 Fixes #5023 Convert all modules to use new snippet import pattern 11 years ago
John Dewey 64f7f6726d Handled string/dict the ansible way 11 years ago
John Dewey c372007b49 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.
11 years ago
John Dewey d3b1d06af7 Cleaned up docs just a smidge
Mostly added periods where missed, and corrected /vhost spacing.
11 years ago
John Dewey 37773f967e 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
11 years ago
Michael DeHaan 35183f7af3 Add missing version_added description in docs. 11 years ago
Frank Shearar 472c18c2b4 'prefix' avoids potentially making people confuse 'path' with $PATH. 11 years ago
Frank Shearar 9ba4a42ff8 Minor typo 11 years ago
Frank Shearar ec78daa456 Let someone specify a path to a Rabbit that's not installed in the usual place. 11 years ago
Lorin Hochstein 1bcc60992c Doc: rabbitmq_user pw change and force
Document that need to add force=yes to change password of
existing user
11 years ago
Jan-Piet Mens 30d641094b Docs: consistently format playbook EXAMPLES 11 years ago
Jan-Piet Mens 5c69918d53 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
11 years ago
Ceri Storey c01992b564 Update rabbitmq_user/vhost/parameter to pass the node to rabbitmqctl using -n flag to rabbitmqctl rather than setting the environment variable. 11 years ago
Ceri Storey 72b60286e1 Fix whitespace, changing tabs to spaces. 11 years ago
Ceri Storey 6a5d07ecc7 Allow specification of the node we wish to connect to. 11 years ago
Michael DeHaan 391fb98ee2 Allow modules to be categorized, and also sort them when generating the documentation. 11 years ago