summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins
Commit message (Expand)AuthorAgeFilesLines
* Misc typos in ce action plugin (#49348)Abhijeet Kasurde2018-11-301-19/+6
* PSRP: Improve default logging to ansible.log (#47645)Dag Wieers2018-11-291-0/+7
* WinRM: Improve default logging to ansible.log (#49308)Dag Wieers2018-11-291-1/+8
* Do not allow addressing an import from handlers via notify. Fixes #48936 (#49...Matt Martz2018-11-291-1/+1
* added missing github idBrian Coca2018-11-291-1/+1
* Non-existent RR returns empty string (#40680)spike774532018-11-291-0/+2
* Fix reboot plugin not working in Illumos/Solaris (#48986)jpdasma2018-11-291-1/+1
* Improve log message (#49004)Sam Doran2018-11-291-1/+1
* Fix error where pod has error and no containers (#49154)Alan Rominger2018-11-291-0/+3
* Fix iosxr netconf plugin response namespace (#49238)Ganesh Nalawade2018-11-291-19/+43
* changed documented default value for url (#49097)vmpr2018-11-281-1/+1
* Reboot - Fix errors when using Paramiko connection (#49002)Sam Doran2018-11-272-2/+16
* fix constructed functionality in openstack inventory plugin (#48833)Lars Kellogg-Stedman2018-11-271-2/+6
* Adds hasattr checks for rpc calls used in network_cli plugins (#49173)Tim Rupp2018-11-261-2/+5
* split PS wrapper and payload (CVE-2018-16859) (#49142)Matt Davis2018-11-264-9/+22
* Diff mode returns yaml diffs in yaml callback plugin (#48794)Will Thames2018-11-222-1/+7
* counter_enabled.py - Fix minor typos (#49014)Adam Chalkley2018-11-221-2/+2
* k8s append_hash (#48830)Will Thames2018-11-221-0/+40
* Fix getheaders regression with open_url in Scaleway dynamic inventory (#48671)Rémy Léone2018-11-211-1/+1
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-2093-500/+195
* fix cache 'update' method to be 'mapping' compatibleBrian Coca2018-11-191-5/+13
* YAML inventory doc: add info about 'all' group, remove unused option (#25408)Pilou2018-11-161-7/+7
* Adds the bigip_imish_config module. (#48779)Tim Rupp2018-11-161-0/+122
* FTD modules: upsert functionality and bug fixes (#47747)Anton Nikulin2018-11-161-14/+70
* inventory now errors for invalid group/host names (#45499)Brian Coca2018-11-152-12/+35
* Adds a new qubes connection pluginKushal Das2018-11-151-0/+165
* slack: Add validate_certs option in plugin (#46567)Abhijeet Kasurde2018-11-151-1/+12
* Added a bytes cast when checking for terminal response (#48427)Jed-Giblin2018-11-141-1/+1
* Add new meta task end_host (#47194)Martin Krizek2018-11-142-1/+8
* avoid spurious warnigns on unique filterBrian Coca2018-11-141-8/+12
* Added config-context in hostvars (#47394)nikkytub2018-11-121-0/+9
* Catch and handle quickly shutdown connections in reboot plugin (#48389)Sam Doran2018-11-121-12/+17
* Match config prompts that aren't maint-mode (#47678)Nathaniel Case2018-11-121-2/+5
* Do not use str() on exceptions (#46950)Martin Krizek2018-11-0920-44/+50
* Remove unused net_config action plugin.Matt Clay2018-11-081-113/+0
* Remove TOML warning on emit (#48385)Matt Martz2018-11-091-2/+0
* Remove unused ops_config action plugin.Matt Clay2018-11-081-27/+0
* ipaddr filter - return a network address when given an address with /32 subne...Jack Haden-Enneking2018-11-081-2/+1
* Always use /proc/sys/kernel/random/boot_id to confirm reboot on Linux (#47017)Stefan Siegel2018-11-081-19/+6
* Add a new "contains" jinja2 test (#45798)Matt Martz2018-11-071-0/+11
* Improve debug logging of filetree with path being walked and items found (#47...James E. King III2018-11-071-0/+2
* clarify insane ini typing (#48169)Brian Coca2018-11-071-10/+15
* win_updates: Add post search category matching to support product matching (#...Michael Cassaniti2018-11-071-28/+0
* if we already have stderr, we don't need stderr_lines (#44675)Chen Zhiwei2018-11-061-0/+4
* Add toml inventory plugin (#41593)Matt Martz2018-11-065-82/+297
* cleanp net_put temp file (#48148)Deepak Agrawal2018-11-061-1/+7
* fix(tasks: synchronize): wrap in sshpass if ssh password was provided (#30743)Yauhen Kirylau2018-11-051-0/+1
* Doc: k8s_raw_module fixing typo K8S_AUTH_HOST -> K8S_AUTH_KEY_FILE (#46947)Gaël Lambert2018-11-053-3/+3
* fixed parentheses (#48067)Dmitry Polyakovsky2018-11-051-1/+1
* Document template plugin's convert_data optionWill Thames2018-11-021-0/+3