Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refreshed metadata for extras modules | Toshio Kuratomi | 2016-12-06 | 8 | -0/+32 |
| | |||||
* | Make `main()` calls conditional - messaging (#3654) | Fabio Alessandro Locati | 2016-12-05 | 8 | -8/+24 |
| | |||||
* | Native YAML - messaging (#3599) | Fabio Alessandro Locati | 2016-12-01 | 8 | -26/+60 |
| | |||||
* | rabbitmq_queue - Update requirements to show minimum version of requests (#2786) | Manuel Sousa | 2016-08-25 | 1 | -3/+3 |
| | |||||
* | rabbitmq_binding - Update requirements to show minimum version of requests ↵ | Manuel Sousa | 2016-08-25 | 1 | -1/+1 |
| | | | | (#2787) | ||||
* | rabbitmq_exchange - Update requirements to show minimum version of requests ↵ | Manuel Sousa | 2016-08-25 | 1 | -2/+2 |
| | | | | (#2785) | ||||
* | RabbitMQ-Binding - Allow empty routing key (#2674) | Manuel Sousa | 2016-08-06 | 1 | -1/+6 |
| | | | Fixes: #1985 | ||||
* | Fix rabbitmq parameter changed check (#2237) | Ilya Zonov | 2016-06-09 | 1 | -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 append | Paul Durivage | 2016-05-25 | 1 | -1/+1 |
| | |||||
* | rabbitmq_user: Properly initialize _permissions (#2163) | Maxime Montinet | 2016-05-05 | 1 | -1/+1 |
| | | | Fixes #2162 | ||||
* | Fixed #237 - improved embedded JSON support handling (#1530) | Adam Romanek | 2016-04-19 | 1 | -0/+2 |
| | |||||
* | Do not use a default value for -n parameter, fix #1400 (#1417) | Michael Scherer | 2016-04-14 | 1 | -2/+4 |
| | |||||
* | Issue #1668: rabbitmq_user: Ansible HEAD incorrectly treats permissions as a ↵ | Brad Wilson | 2016-02-15 | 1 | -1/+1 |
| | | | | string instead of a list | ||||
* | Merge pull request #831 from viruxel/devel | Brian Coca | 2016-02-01 | 1 | -21/+65 |
|\ | | | | | Enable managing multiple user permissions from one shot | ||||
| * | Enable managing multiple user permissions rules from one shot | Marian Rusu | 2016-01-23 | 1 | -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_users | Brian Coca | 2016-01-25 | 1 | -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 Liu | 2015-09-05 | 1 | -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_added | Brian Coca | 2016-01-11 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #1234 from bradwilson/devel | Brian Coca | 2016-01-11 | 1 | -0/+11 |
|\ \ | | | | | | | Add apply_to option to rabbitmq_policy | ||||
| * | | Add apply_to option to rabbitmq_policy | Brad Wilson | 2015-11-11 | 1 | -0/+11 |
| | | | |||||
* | | | Replace choices=BOOLEANS by type='bool', fix #1326 | Michael Scherer | 2015-12-21 | 2 | -5/+5 |
|/ / | |||||
* | | [Bug] exchange name contains chars that needs to be quoted | Caduri | 2015-10-21 | 1 | -4/+4 |
| | | |||||
* | | [Bug] exchange name contains chars that needs to be quoted | Caduri | 2015-10-21 | 1 | -1/+1 |
| | | |||||
* | | Ignore extra lines from Pivotal's RabbitMQ package | Björn Andersson | 2015-09-02 | 1 | -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 check | Luiz Felipe G. Pereira | 2015-08-24 | 1 | -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/devel | Brian Coca | 2015-08-17 | 1 | -1/+13 |
|\ | | | | | Fix rabbitmq_plugin.py: broken prefix path | ||||
| * | Improve error message | Philip Carinhas | 2014-12-07 | 1 | -1/+2 |
| | | |||||
| * | Fix rabbitmq_plugin.py: broken prefix path | Philip Carinhas | 2014-12-06 | 1 | -1/+12 |
| | | |||||
* | | Changes to author formatting, remove emails | Greg DeKoenigsberg | 2015-06-16 | 4 | -4/+4 |
| | | |||||
* | | Merge pull request #503 from manuel-sousa/rabbitmq_exchange | Brian Coca | 2015-05-18 | 1 | -1/+2 |
|\ \ | | | | | | | Added missing default values | ||||
| * | | Added missing default values | Manuel Sousa | 2015-05-18 | 1 | -1/+2 |
| | | | |||||
* | | | Merge pull request #502 from manuel-sousa/rabbitmq_queue | Brian Coca | 2015-05-18 | 1 | -1/+7 |
|\ \ \ | | | | | | | | | Add missing defaults | ||||
| * | | | Add missing defaults | Manuel Sousa | 2015-05-18 | 1 | -1/+7 |
| | | | | |||||
* | | | | Merge pull request #501 from manuel-sousa/rabbitmq_binding | Brian Coca | 2015-05-18 | 1 | -1/+2 |
|\ \ \ \ | | | | | | | | | | | Added missing default | ||||
| * | | | | Added missing default | Manuel Sousa | 2015-05-18 | 1 | -1/+2 |
| | | | | | |||||
* | | | | | rabbitmq; update author for new rabbitmq modules | Rene Moser | 2015-05-18 | 3 | -3/+3 |
| | | | | | |||||
* | | | | | Merge pull request #464 from manuel-sousa/rabbitmq_binding | Brian Coca | 2015-05-18 | 1 | -0/+213 |
|\ \ \ \ \ | |/ / / / | | | | | | Rabbitmq binding | ||||
| * | | | | Change variables from camel case to underscore | Manuel Sousa | 2015-05-15 | 1 | -20/+20 |
| | | | | | |||||
| * | | | | Make compatible with python 2.4 | Manuel Sousa | 2015-05-14 | 1 | -3/+11 |
| | | | | | | | | | | | | | | | | | | | | Removed one line if else | ||||
| * | | | | Added GPL license + Don't log password | Manuel Sousa | 2015-05-13 | 1 | -2/+22 |
| | | | | | | | | | | | | | | | | | | | | Implemented resmo suggestions. | ||||
| * | | | | Change version and remove result="success" | Manuel Sousa | 2015-05-08 | 1 | -4/+1 |
| | | | | | |||||
| * | | | | add module rabbitmq_binding | Manuel Sousa | 2015-05-08 | 1 | -0/+188 |
| | | | | | |||||
* | | | | | Merge pull request #463 from manuel-sousa/rabbitmq_exchange | Brian Coca | 2015-05-18 | 1 | -0/+217 |
|\ \ \ \ \ | | |_|/ / | |/| | | | Rabbitmq exchange | ||||
| * | | | | Missed variable exchangeExists -> exchange_exists | Manuel Sousa | 2015-05-15 | 1 | -4/+4 |
| | | | | | |||||
| * | | | | Change variables from camel case to underscore | Manuel Sousa | 2015-05-15 | 1 | -13/+13 |
| | | | | | |||||
| * | | | | Make compatible with python | Manuel Sousa | 2015-05-14 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | Removed one line if else | ||||
| * | | | | Added GPL license + Don't log password | Manuel Sousa | 2015-05-13 | 1 | -2/+22 |
| | | | | | | | | | | | | | | | | | | | | Implemented resmo suggestions. | ||||
| * | | | | Change version and remove result="success" | Manuel Sousa | 2015-05-08 | 1 | -4/+1 |
| | | | | | |||||
| * | | | | add module rabbitmq_exchange | Manuel Sousa | 2015-05-08 | 1 | -0/+197 |
| |/ / / | |||||
* | | | | Merge pull request #462 from manuel-sousa/rabbitmq_queue | Brian Coca | 2015-05-18 | 1 | -0/+257 |
|\ \ \ \ | | |/ / | |/| | | Rabbitmq queue |