summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/messaging
Commit message (Expand)AuthorAgeFilesLines
* support rabbitmq 3.8.x in version check (#66855) (#68137)Dmitriy Rabotyagov2020-04-141-0/+6
* Added missing SSL parameters to rabbitmq_binding (#58064)mj842019-07-011-2/+2
* rabbitmq_user: Handle non-zero exit codes (#56164) (#57738)plastikat2019-06-261-3/+4
* Update rabbitmq_queue.py (#56912)szymon32019-05-291-1/+1
* Add full change check for rabbitmq policy (#19073)Ilya Zonov2019-05-281-27/+100
* standardize TLS connection properties (#54315)James Cassell2019-03-283-11/+11
* Fix idempotence in rabbitmq_plugin (#52166)rockandska2019-02-221-0/+2
* start getting modules to use shared import error code (#51787)Jordan Borean2019-02-063-7/+15
* rabbitmq_binding: Fix using empty routing key (#48597)Jon Bergli Heier2018-12-191-1/+2
* Convert to reduced list of known types (#50010)Dag Wieers2018-12-191-2/+2
* rabbitmq_vhost_limits: Move to rabbitmq subdirectory (#49650)jgkirschbaum2018-12-081-0/+0
* Rabbitmq user permission fixes (#49404)Pavlos Tzianos2018-12-071-21/+25
* rabbitmq_binding: Add support for state=absent (#48599)Jon Bergli Heier2018-12-041-1/+3
* Specify key to use while sorting permissions (#49126)Gregor Wegberg2018-11-301-1/+3
* ignore empty lines in rabbitmqctl output (#43722)fdeschamps2018-11-291-1/+1
* Bulk fix DOCUMENTATION.author (Part 1) (#48934)John R Barker2018-11-201-1/+1
* Add rabbitmq_vhost_limits module (#37821)Hiroyuki Matsuo2018-11-151-0/+173
* Added short description and moved to rabbitmq subfolder (#48566)jgkirschbaum2018-11-121-7/+6
* BOTMETA: Move rabbitmq modules to own directory (#46064)Dag Wieers2018-10-309-23/+21
* RabbitMQ documentation suggests that deleting queues/exchanges is not impleme...Marc Jay2018-10-302-2/+0
* Ignore empty result of rabbitmqctl list_parameters (#47021)Abhijeet Kasurde2018-10-271-1/+1
* rabbitmq_plugin: refactor logic (#46597)Abhijeet Kasurde2018-10-211-15/+29
* rabbitmq_binding: Fix misnamed reference (#47049)Jorge Rodriguez (A.K.A. Tiriel)2018-10-151-1/+1
* Rabbitmq: Enable communication to management API over HTTPS (#18437)Jorge Rodriguez (A.K.A. Tiriel)2018-10-103-110/+66
* rabbitmq_user: 'node' parameter: add default value (#38156)Pilou2018-10-081-2/+2
* Ignore empty result of rabbitmqctl list_user_permissions (#35598)cadl422018-10-021-1/+1
* [rabbitmq_binding] Fix the quoting of vhost and other names (#45109)Tobias Wolf2018-09-251-7/+7
* New module: Manage RabbitMQ global parameters [messaging/rabbitmq_global_para...jgkirschbaum2018-09-241-0/+158
* Surround top-level function and class definitions with two blank lines.Joren Vrancken2018-07-316-0/+6
* rabbitmq_user: Add update_password parameter (#36280)Lachlan Cooper2018-05-231-2/+24
* rabbitmq_binding: Update documentation (#40062)Abhijeet Kasurde2018-05-151-55/+47
* rabbitmq_bindings rewrite (#35651)hyperized2018-05-051-89/+177
* More validate module fixes (#39097)John R Barker2018-04-241-3/+3
* Check that output from list_vhosts can be split (#37630)Lachlan Cooper2018-03-221-0/+3
* Clean up module documentation (#36909)Dag Wieers2018-03-155-56/+10
* Fix description for rabbitmq_policy (#36149)Lachlan Cooper2018-02-141-1/+1
* rabbitmq_policy: fix IndexError when no policies exist yet (#33556)Michael Tharp2018-01-261-0/+2
* Add max_priority to give priority ability to a queueGerben Geijteman2017-09-081-2/+17
* Update metadata to 1.1Toshio Kuratomi2017-08-158-8/+8
* rabbitmq_plugin for Windows (#28017)Artem Zinenko2017-08-121-16/+25
* Pep8 fixes for rabbitmq modules (#24590)Abhijeet Kasurde2017-08-108-201/+192
* Fix rabbitmq modules for python3 importToshio Kuratomi2017-08-073-16/+18
* Add check for requests moduleAbhijeet Kasurde2017-08-033-3/+25
* Get rid of more wildcard imports and add boilerplate to more modulesToshio Kuratomi2017-07-298-144/+68
* fix false positive changed flag in rabbitmq_user module (#22507)Krzysztof Magosa2017-06-191-1/+1
* RabbitMQ 3.6.7 changed a couple of response codes (#22715)marlier2017-06-082-2/+4
* Fix #23338 - rabbitmq_queue message ttl can't be 0 (#23448)Manuel Sousa2017-04-151-1/+1
* E501 fixes (#22879)Matt Martz2017-03-221-4/+6
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-148-24/+32
* simplified ifBrian Coca2017-03-061-1/+1