summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fixing security bugs for CVE-2016-9587James Cammarata2017-01-092-32/+43
* refactors ios_config to use network_cli plugin (#20042)Peter Sprygada2017-01-091-3/+2
* update the _ios_template module to use the network_cli plugin (#19933)Peter Sprygada2017-01-061-6/+3
* win_template: fix key errors when --diff is usedRene Moser2017-01-061-3/+3
* allow modules to set custom stats (#18946)Brian Coca2017-01-053-16/+116
* updates action plugins for network_cli connection (#19849)Peter Sprygada2017-01-042-24/+12
* adds new feature to network_cli (#19848)Peter Sprygada2017-01-031-3/+3
* new lookup module: mongodb (#15057)Marcos Diez2017-01-031-0/+167
* shuffle filter: added optional 'seed' parameterAlexander Gubin2017-01-031-2/+6
* fix multiple handler notifications (#19655)Matt Davis2016-12-221-1/+1
* Removing print debug statementsJames Cammarata2016-12-221-2/+0
* runner_on_async_failed missing argTom Booth2016-12-221-1/+1
* Fix for import 'display' in lib/ansible/plugins/lookup/filetree.pyTimur Vasyunin2016-12-221-2/+5
* iocage connector that wraps around jail connector. (#17986)slohse2016-12-222-0/+72
* Lastpass lookup plugin (#16285)azenk2016-12-221-0/+79
* py3 compatibility fix reported on #17038 (#19569)Sorin Sbarnea2016-12-221-2/+2
* Also fix default callback to use ignore_errors paramJames Cammarata2016-12-211-1/+1
* Template "original_task" fields in _process_pending_resultsJames Cammarata2016-12-211-37/+53
* update signature in network plugin (#19545)Peter Sprygada2016-12-201-1/+2
* Report detailed error when internal remote functions failDag Wieers2016-12-193-12/+21
* fixes incorrect module name for action plugin (#19535)Peter Sprygada2016-12-191-3/+3
* Update module_args['rsync_opts'] when connection type is docker (#19531)Chris Houseknecht2016-12-191-6/+6
* removes network os guess static method (#19467)Peter Sprygada2016-12-192-15/+2
* Ensure that command/shell errors are displayedDag Wieers2016-12-163-6/+8
* Assorted python3 fixes for network code. (#18777)Nathaniel Case2016-12-151-2/+2
* adds feature to allow connection to set action plugin (#18762)Peter Sprygada2016-12-151-0/+8
* adds feature to all modules to be run locally (#18763)Peter Sprygada2016-12-152-17/+86
* bad/missing fact plugin is a warning (#19350)Brian Coca2016-12-141-10/+3
* correct template lookup pathBrian Coca2016-12-141-7/+16
* Removed dict.iteritems() in several other files.Andrea Tartaglia2016-12-141-1/+1
* Provide slightly better msg on fact cache error (#18759)Adrian Likins2016-12-131-0/+9
* minor spelling changesCarlos E. Garcia2016-12-133-3/+3
* Fix synchronize retries (#18535)Clark Boylan2016-12-121-20/+25
* For docker add --blocking-io only when missing (#19171)Chris Houseknecht2016-12-101-2/+3
* Add --blocking-io option when docker connection (#19140)Chris Houseknecht2016-12-101-2/+5
* add back reverted change to network_cli (#18761)Peter Sprygada2016-12-051-7/+36
* Revert "minor updates to network_cli connection plugin (#18742)"Toshio Kuratomi2016-12-051-36/+7
* minor updates to network_cli connection plugin (#18742)Peter Sprygada2016-12-041-7/+36
* adds py3 compat changes to network_cli plugin (#18735)Peter Sprygada2016-12-031-1/+2
* Do not set docker use to None. (#18706)Jesse Keating2016-12-021-1/+4
* with_sequence: pass AnsibleError throughBenoît Allard2016-11-301-0/+2
* with_sequence: Fix indentationBenoît Allard2016-11-301-2/+2
* Fix fetching files with scp (#18673)Alberto Murillo2016-11-301-1/+1
* adds feature to try to auto determine network_os (#18674)Peter Sprygada2016-11-308-7/+56
* Implement docker support for synchronize module. (#18145)Yannig2016-11-301-4/+19
* Fix regression in jinja2 include search path (#18617)Virgil Dupras2016-11-291-0/+8
* unified boolean functionBrian Coca2016-11-2911-11/+12
* Fix 'cancled' misspelling in --step debugAdrian Likins2016-11-291-1/+1
* adds two new plugins that use ansible-connection for persistence (#18572)Peter Sprygada2016-11-2812-2/+762
* adds config option to auto add keys when using paramiko (#18598)Peter Sprygada2016-11-281-2/+5