summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/lookup/url.py
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-031-1/+1
* uri: added use_netrc argument to allow ignoring netrc (#74397) (#78569)Artur2022-09-121-0/+16
* Allow selection of TLS/SSL ciphers (#78650)Matt Martz2022-09-081-14/+34
* validate-modules for plugins: do some more schema validations so that some is...Felix Fontein2022-03-181-0/+1
* docs: add fqcn to module examples (#73546)Syed Ali Haider2022-01-261-6/+8
* Start of moving away from six (#75863)Martin Krizek2021-10-211-1/+2
* url lookup - set default user agent (#72324)Sam Doran2020-10-281-1/+2
* Add support for GSSAPI/Kerberos to urls.py (#72113)Jordan Borean2020-10-131-1/+3
* Fix various sanity errors in plugins (#71736)Felix Fontein2020-10-061-10/+12
* added more ways to config new options in url (#69950)Brian Coca2020-06-101-1/+64
* url lookup - add options to match those in urls.py (#64892)rule882020-01-291-1/+54
* don't set default:None in documentation when there is no default (#61111)Evgeni Golov2019-09-051-2/+0
* Headers in URL lookup plugin (#59555)glyngholm2019-07-311-1/+10
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-5/+2
* simpler/shorter option names for userBrian Coca2018-10-121-5/+5
* Enable HTTP Authentication for url lookup (#43467)markafarrell2018-10-111-1/+17
* moved to use 'get_option'Brian Coca2018-07-131-10/+8
* fixed syntax error (#33185)Benjamin Schweizer2017-11-221-1/+1
* fixed issues with lookup url docsBrian Coca2017-11-131-21/+25
* Lookup docs (#30280)Brian Coca2017-09-191-15/+35
* Enable url lookup without a proxyJacky Hu2017-08-041-1/+2
* Optionally return raw data from URL lookup using split_lines=FalseJan-Piet Mens2017-05-121-2/+6
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-231-1/+1
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-4/+4
* Fix url lookup for python 3 (#17295)Michael Scherer2016-08-311-3/+3
* Finish up plugin porting to global displayToshio Kuratomi2015-11-111-1/+0
* Port lookup plugins to global display.Toshio Kuratomi2015-11-111-2/+9
* Fix HTTPError message not being reachableJesper Geertsen Jonsson2015-09-271-2/+2
* listify lookup plugin terms when they're specified as "{{ lookup(terms) }}"Toshio Kuratomi2015-08-101-3/+0
* adding display to plugins and start moving debug to displayBrian Coca2015-07-231-0/+1
* Switch etcd and url lookup plugins to verify ssl certificatesToshio Kuratomi2015-06-121-12/+18
* Making the switch to v2James Cammarata2015-05-031-0/+46