community.general/lib/ansible/modules
John Imison 54c54fc960 RabbitMQ publisher module (#44718)
* RabbitMQ basic publisher

* Split out of a module_util. Preparing for binary posts.

* Can now send a file to the queue.

* Allowing an empty queue to be used so RabbitMQ returns a random queue.

* Added RETURN docstring.

* Updated and added tests.  Now returns a dictionary with msg, content_type and queue published to.

* Extra tests and introduced a none url method of providing server host details.

* Added testing and errors for url/host parameters.

* Updating RETURN sample

* Added an image file for testing binary publishing.

* Minor changes to test.

* Added filename key/value to headers if a binary file is published.

* Adding ability to specify headers.

* Renaming to rabbitmq_publish

* Changed tests to reflect name, and, preparing for testing headers.

* Updated some documentation

* Minor pip install update

* Modifications after feedback.

* Updates based on feedback.

* Fixing pep8 issue.

* Updating module and module_util name to amqp.

* Reverting back to rabbitmq_publish naming.

* Minor addition to notes.
2018-11-15 11:06:54 +10:00
..
cloud [AWS] ses rule set module for inbound email processing (#42781) 2018-11-14 12:15:24 -05:00
clustering Add wait functionality to k8s module (#47493) 2018-11-13 12:50:15 +00:00
commands command modules: optional stdin_add_newline (#45170) 2018-10-31 12:53:02 -04:00
crypto Type error in openssl_certificate (#47508) 2018-10-26 09:11:00 +05:30
database Add SSL support to postgresql_schema module (#44482) 2018-11-10 14:52:31 -08:00
files Clarify what recursive setting of attributes means (#48548) 2018-11-13 15:11:48 -06:00
identity Added nonstring='passthru' when calling to_native to avoid passing a 'None' string to the ipa client (#48157) 2018-11-06 12:17:07 +00:00
inventory
messaging Added short description and moved to rabbitmq subfolder (#48566) 2018-11-12 15:34:34 +00:00
monitoring pagerduty_updates (#48367) 2018-11-14 14:47:12 +00:00
net_tools fix nios modules (#48559) 2018-11-14 18:05:25 +05:30
network Refactor ingate module_utils (#47959) 2018-11-13 17:42:53 +05:30
notification RabbitMQ publisher module (#44718) 2018-11-15 11:06:54 +10:00
packaging make yum update_only option actually work (#47942) 2018-11-13 15:04:19 -05:00
remote_management cpm_user concat string changes (#45044) 2018-11-09 17:22:22 -05:00
source_control Do not use str() on exceptions (#46950) 2018-11-09 07:59:30 +01:00
storage Update Pure Storage FlashArray volume module (#45225) 2018-11-10 04:08:28 -05:00
system Do not use str() on exceptions (#46950) 2018-11-09 07:59:30 +01:00
utilities Add new meta task end_host (#47194) 2018-11-14 09:46:25 -05:00
web_infrastructure Add survey_spec parameter to module. (#48182) 2018-11-07 13:09:40 +01:00
windows win_chocolatey - move over to AnsibleModule and add allow_multiple (#48370) 2018-11-14 16:18:34 +10:00
__init__.py