community.general/lib/ansible/plugins/lookup
John Imison c4cfa387ea Lookup plugin for rabbitmq (#44070)
* Adding a basic get lookup for rabbitmq.

* Always return a list

* If content type is JSON, make accessible via dict.

* Fixed incorrect json.loads variable and missing raise

* Change to document returned data

* Fixed pep8 issues

* Adding integration testing

* Moving lookup intgration tests to new target

* New rabbitmq lookup plugin (#44070).

* New rabbitmq lookup plugin (#44070).

* PR review feedback updates

* Testing pika is installed

* Minor mods to tests

* Check if connection is already closed or closing

* Updated tests and connection testing

* PR review feedback updates

* PR review include ValueError in AnsibleError output

* Suggesting to use set_fact when using returned variable more than once.

* Cleaned up some tests, added some notes and handling connection closure on some exceptions.

* Removed finally statement and added some additional error handling.

* Added some additional error handling.

* PR review updates.

* Additional integration tests and removing return in finally

* Updated version

* Changing back to running tests on ubuntu.

* Additional tests

* Running tests on  Ubuntu only

* Fixing syntax error

* Fixing ingtegration tests and a string/byte issue

* Removed non-required test and fixed BOTMETA

* Trying to fix integration test failure on ubuntu1404

* Some issues occured when handling messages from the queue with to_native.  Switching to to_text resolved the issues.

* Renaming channel to queue (thanks dch). Disabling trusty tests.
2018-10-04 11:25:09 +10:00
..
__init__.py
_openshift.py
_redis_kv.py
aws_account_attribute.py
aws_service_ip_ranges.py
aws_ssm.py Documentation fix, decrypt is True by default (#44435) 2018-08-21 09:21:25 -07:00
cartesian.py
chef_databag.py
config.py
conjur_variable.py
consul_kv.py Add ssl support to consul_kv lookup (#42456) 2018-10-02 11:01:03 -04:00
cpm_metering.py Add lookup cpm_metering to read WTI CPM and VMR PDU device power and current data (#44491) 2018-08-30 15:53:38 -04:00
cpm_status.py Add module cpm_status for WTI device management (#42970) 2018-08-20 21:56:06 -04:00
credstash.py
csvfile.py
cyberarkpassword.py
dict.py
dig.py
dnstxt.py
env.py
etcd.py
file.py
fileglob.py Enhance the note about fileglob being local (#45398) 2018-09-17 16:00:41 -04:00
filetree.py moving from with_ff to just ff (#44847) 2018-09-12 15:35:04 -04:00
first_found.py moving from with_ff to just ff (#44847) 2018-09-12 15:35:04 -04:00
flattened.py
grafana_dashboard.py
hashi_vault.py
hiera.py
indexed_items.py
ini.py
inventory_hostnames.py
items.py
k8s.py
keyring.py
lastpass.py
lines.py
list.py
mongodb.py
nested.py
nios.py
nios_next_ip.py Added Support for excluding IPs in nios_next_ip and created new pluggin for nios_next_network (#44437) 2018-08-23 03:08:39 +00:00
nios_next_network.py Added Support for excluding IPs in nios_next_ip and created new pluggin for nios_next_network (#44437) 2018-08-23 03:08:39 +00:00
onepassword.py Unify terms and UI between 1Password lookups and facts module (#45427) 2018-09-21 14:26:05 -04:00
onepassword_raw.py Unify terms and UI between 1Password lookups and facts module (#45427) 2018-09-21 14:26:05 -04:00
password.py Update yaml-style in password-lookup example (#46046) 2018-09-24 09:34:12 +02:00
passwordstore.py
pipe.py
rabbitmq.py Lookup plugin for rabbitmq (#44070) 2018-10-04 11:25:09 +10:00
random_choice.py
redis.py
sequence.py
shelvefile.py
subelements.py Fix subelements lookup docs example (#44782) 2018-08-28 16:52:07 -04:00
template.py
together.py
url.py
vars.py