summaryrefslogtreecommitdiff
path: root/messaging
Commit message (Collapse)AuthorAgeFilesLines
* Refreshed metadata for extras modulesToshio Kuratomi2016-12-068-0/+32
|
* Make `main()` calls conditional - messaging (#3654)Fabio Alessandro Locati2016-12-058-8/+24
|
* Native YAML - messaging (#3599)Fabio Alessandro Locati2016-12-018-26/+60
|
* rabbitmq_queue - Update requirements to show minimum version of requests (#2786)Manuel Sousa2016-08-251-3/+3
|
* rabbitmq_binding - Update requirements to show minimum version of requests ↵Manuel Sousa2016-08-251-1/+1
| | | | (#2787)
* rabbitmq_exchange - Update requirements to show minimum version of requests ↵Manuel Sousa2016-08-251-2/+2
| | | | (#2785)
* RabbitMQ-Binding - Allow empty routing key (#2674)Manuel Sousa2016-08-061-1/+6
| | | Fixes: #1985
* Fix rabbitmq parameter changed check (#2237)Ilya Zonov2016-06-091-4/+9
| | | | This commit fixes following issue: "Changed" flag is always true when var is used for value module param.
* fix command list to extend, not appendPaul Durivage2016-05-251-1/+1
|
* rabbitmq_user: Properly initialize _permissions (#2163)Maxime Montinet2016-05-051-1/+1
| | | Fixes #2162
* Fixed #237 - improved embedded JSON support handling (#1530)Adam Romanek2016-04-191-0/+2
|
* Do not use a default value for -n parameter, fix #1400 (#1417)Michael Scherer2016-04-141-2/+4
|
* Issue #1668: rabbitmq_user: Ansible HEAD incorrectly treats permissions as a ↵Brad Wilson2016-02-151-1/+1
| | | | string instead of a list
* Merge pull request #831 from viruxel/develBrian Coca2016-02-011-21/+65
|\ | | | | Enable managing multiple user permissions from one shot
| * Enable managing multiple user permissions rules from one shotMarian Rusu2016-01-231-21/+65
| | | | | | | | | | | | | | | | One of inconvinence this address is the the fact that you have to pass user's tags even if you just want to add a permission rule Signed-off-by: Marian Rusu <rusumarian91@gmail.com>
* | Merge pull request #923 from mliudev/fix-rabbitmq_user-list_usersBrian Coca2016-01-251-0/+3
|\ \ | |/ |/| Check that the current output from 'list_users' command contains a '\t'.
| * Check that the current output from 'list_users' command contains a '\t'.Mike Liu2015-09-051-0/+3
| | | | | | | | | | | | | | The `rabbitmqctl list_users` command will list the user's last login time which does not include `\t` character. This is causing a ValueError exception when attempting to split a user and its tags from the command output. This fix will check for a `\t` in the current line of the output before splitting.
* | added version_addedBrian Coca2016-01-111-0/+1
| |
* | Merge pull request #1234 from bradwilson/develBrian Coca2016-01-111-0/+11
|\ \ | | | | | | Add apply_to option to rabbitmq_policy
| * | Add apply_to option to rabbitmq_policyBrad Wilson2015-11-111-0/+11
| | |
* | | Replace choices=BOOLEANS by type='bool', fix #1326Michael Scherer2015-12-212-5/+5
|/ /
* | [Bug] exchange name contains chars that needs to be quotedCaduri2015-10-211-4/+4
| |
* | [Bug] exchange name contains chars that needs to be quotedCaduri2015-10-211-1/+1
| |
* | Ignore extra lines from Pivotal's RabbitMQ packageBjörn Andersson2015-09-021-1/+9
|/ | | | | | | | | | | | | | | | | | | | | | | Pivotal's packaging of RabbitMQ shows a banner at the end of the plugin listing talking about their official plugins. The start of the banner is divided by a blank line so the changed plugin listing will now break after the first empty line. An example listing with the rabbitmq_management plugin enabled: ``` $ rabbitmq-plugins list -E -m rabbitmq_management Pivotal officially maintains and supports the plugins: rabbitmq_auth_backend_ldap, rabbitmq_auth_mechanism_ssl, rabbitmq_consistent_hash_exchange, rabbitmq_federation, rabbitmq_federation_management, rabbitmq_jms_topic_exchange, rabbitmq_management, rabbitmq_management_agent, rabbitmq_mqtt, rabbitmq_shovel, rabbitmq_shovel_management, and rabbitmq_stomp. ```
* Fixing empty tags checkLuiz Felipe G. Pereira2015-08-241-1/+1
| | | | | | Right now even if you pass in an empty tags list to the module (either with an empty string or null) it will erroneously think the tags list have changed and re-apply the tags on every run
* Merge pull request #133 from pcarinhas/develBrian Coca2015-08-171-1/+13
|\ | | | | Fix rabbitmq_plugin.py: broken prefix path
| * Improve error messagePhilip Carinhas2014-12-071-1/+2
| |
| * Fix rabbitmq_plugin.py: broken prefix pathPhilip Carinhas2014-12-061-1/+12
| |
* | Changes to author formatting, remove emailsGreg DeKoenigsberg2015-06-164-4/+4
| |
* | Merge pull request #503 from manuel-sousa/rabbitmq_exchangeBrian Coca2015-05-181-1/+2
|\ \ | | | | | | Added missing default values
| * | Added missing default valuesManuel Sousa2015-05-181-1/+2
| | |
* | | Merge pull request #502 from manuel-sousa/rabbitmq_queueBrian Coca2015-05-181-1/+7
|\ \ \ | | | | | | | | Add missing defaults
| * | | Add missing defaultsManuel Sousa2015-05-181-1/+7
| | | |
* | | | Merge pull request #501 from manuel-sousa/rabbitmq_bindingBrian Coca2015-05-181-1/+2
|\ \ \ \ | | | | | | | | | | Added missing default
| * | | | Added missing defaultManuel Sousa2015-05-181-1/+2
| | | | |
* | | | | rabbitmq; update author for new rabbitmq modulesRene Moser2015-05-183-3/+3
| | | | |
* | | | | Merge pull request #464 from manuel-sousa/rabbitmq_bindingBrian Coca2015-05-181-0/+213
|\ \ \ \ \ | |/ / / / | | | | | Rabbitmq binding
| * | | | Change variables from camel case to underscoreManuel Sousa2015-05-151-20/+20
| | | | |
| * | | | Make compatible with python 2.4Manuel Sousa2015-05-141-3/+11
| | | | | | | | | | | | | | | | | | | | Removed one line if else
| * | | | Added GPL license + Don't log passwordManuel Sousa2015-05-131-2/+22
| | | | | | | | | | | | | | | | | | | | Implemented resmo suggestions.
| * | | | Change version and remove result="success"Manuel Sousa2015-05-081-4/+1
| | | | |
| * | | | add module rabbitmq_bindingManuel Sousa2015-05-081-0/+188
| | | | |
* | | | | Merge pull request #463 from manuel-sousa/rabbitmq_exchangeBrian Coca2015-05-181-0/+217
|\ \ \ \ \ | | |_|/ / | |/| | | Rabbitmq exchange
| * | | | Missed variable exchangeExists -> exchange_existsManuel Sousa2015-05-151-4/+4
| | | | |
| * | | | Change variables from camel case to underscoreManuel Sousa2015-05-151-13/+13
| | | | |
| * | | | Make compatible with pythonManuel Sousa2015-05-141-1/+4
| | | | | | | | | | | | | | | | | | | | Removed one line if else
| * | | | Added GPL license + Don't log passwordManuel Sousa2015-05-131-2/+22
| | | | | | | | | | | | | | | | | | | | Implemented resmo suggestions.
| * | | | Change version and remove result="success"Manuel Sousa2015-05-081-4/+1
| | | | |
| * | | | add module rabbitmq_exchangeManuel Sousa2015-05-081-0/+197
| |/ / /
* | | | Merge pull request #462 from manuel-sousa/rabbitmq_queueBrian Coca2015-05-181-0/+257
|\ \ \ \ | | |/ / | |/| | Rabbitmq queue