summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix using loops with environment and add tests (#32796)Sloane Hertel2018-01-241-4/+3
* Ensure that the become password is written on py3 in the ssh connection plugi...Matt Martz2018-01-181-0/+3
* Revert "Do not escape backslashes when using the template lookup plugin"Toshio Kuratomi2017-11-091-2/+1
* Fix password leak in logs for provider argument (#32215)Ganesh Nalawade2017-11-0310-6/+49
* fixed become to show the stdout and stderr streams instead of the StreamReade...Jordan Borean2017-09-141-1/+1
* Create a new pipe for sshpass on retries. Fixes #29095Matt Martz2017-09-111-0/+6
* Fix py3 string issue in jail connection plugin (take 2) (#28374)Pierre Guinoiseau2017-09-091-13/+4
* Ensure proper conversion while backing up of junos config (#28958) (#28992)Ganesh Nalawade2017-09-041-2/+3
* Fix encoding error on grp.gr_name, which can contain non-ascii chars at domai...Sergey Scherbakov2017-09-011-2/+2
* Junos_config unicode (#23369) (#28913)Ganesh Nalawade2017-09-011-2/+2
* allow pesky 'bridge' facts to bypass facts filter (#28401)Brian Coca2017-08-291-1/+2
* Fix zip filter for Python3Andreas Olsson2017-08-141-11/+5
* the smart transport is broken by ssh retry codeToshio Kuratomi2017-08-141-4/+10
* fix unicode errors in iosxrDavid Newswanger2017-08-071-2/+2
* Fix the pause module for python3Toshio Kuratomi2017-08-071-14/+21
* Do not escape backslashes when using the template lookup pluginToshio Kuratomi2017-08-071-1/+2
* Fix synchronize setting user variableToshio Kuratomi2017-08-071-9/+9
* make random_choice more error resilient (#27380)Brian Coca2017-07-311-1/+9
* ensure prefix in plugin loading to avoid conflictsBrian Coca2017-07-311-5/+10
* Fix error with `meta: clear_facts` (#26406)Jean-Frédéric2017-07-281-1/+2
* better reading of 'facts'Brian Coca2017-07-262-4/+2
* include_role handlers bug fix (#26335)Will Thames2017-07-252-1/+7
* Fix for to_text and to_bytes error handlersToshio Kuratomi2017-07-241-3/+3
* converted become runas to explicit CreateProcessWithLogonWMatt Davis2017-07-031-47/+319
* re-enable non-pipelined mode for Powershell (#26124)Matt Davis2017-06-263-36/+38
* backported delegation/facts fix, see #25880Brian Coca2017-06-191-1/+1
* fix KeyError on eAPI transport for use_ssl and validate_certs (#25788)Trishna Guha2017-06-161-3/+3
* add validation to fetch for source/destBrian Coca2017-06-131-3/+10
* Convert docker cmd output to native, earlyMatt Martz2017-06-101-3/+3
* Also check the iterator for failed host status in linear strategyJames Cammarata2017-05-231-1/+1
* Include error exception in AnsibleErrorAbhijeet Kasurde2017-05-235-8/+15
* Base changes required to allow winrm to work on py3 (#24744)Matt Martz2017-05-181-2/+2
* Convert some more base64 strings to text for winrm, to support async and beco...Matt Martz2017-05-181-2/+2
* Fix for ansible/ansible-modules-core#1568Adam DeConinck2017-05-181-0/+8
* Avoid default serialization of classes in dump_attrsJames Cammarata2017-05-171-2/+1
* Use delegated vars for the delegated host nameJames Cammarata2017-05-161-5/+7
* Fix template not showing a diff with a directoryToshio Kuratomi2017-05-111-2/+7
* deal with null/none connectionsBrian Coca2017-05-111-3/+7
* fix spurious warnings with ansible_winrm_kinit_X args (#24380)Matt Davis2017-05-081-2/+2
* include_vars to delegated only if delegate_facts (#24259)Brian Coca2017-05-031-12/+6
* Fix password prompt matching (#24081)Matt Martz2017-05-011-4/+2
* Minor typo correction varibles -> variablesNick Piper2017-05-011-1/+1
* Print specific error for BadHostKeyException (#24120)Nathaniel Case2017-04-281-0/+2
* Set validate_checksum default yes of fetch to match the docKeepZero2017-04-261-1/+1
* moved to exceptions for basic skip/failsBrian Coca2017-04-257-25/+4
* Set terminal width for network *_command modules to avoid paging (#23728) (#2...Trishna Guha2017-04-256-6/+10
* fix environment populated detectionBrian Coca2017-04-211-1/+1
* Remove catch-all regex on IOS terminal plugin (#23858)Ricardo Carrillo Cruz2017-04-211-1/+1
* script fails on asyncBrian Coca2017-04-201-3/+1
* finer grained failed/skipped on async for actionsBrian Coca2017-04-206-9/+9