summaryrefslogtreecommitdiff
path: root/lib/ansible/runner
Commit message (Expand)AuthorAgeFilesLines
* Making the switch to v2James Cammarata2015-05-0374-10446/+0
* just a few spelling error changesCarlos E. Garcia2015-04-284-4/+4
* Merge pull request #10612 from sivel/sync-ssh-argsBrian Coca2015-04-241-0/+5
|\
| * Add ability to specify using ssh_args in synchronizeMatt Martz2015-04-031-0/+5
* | fixed indent when looking at delegate_to varsBrian Coca2015-04-141-5/+5
* | Remove winrm connection cache (only useful when running against one host). A...Chris Church2015-04-091-12/+0
* | Only try kerberos auth when username contains `@` and pass realm to pywinrm. ...Chris Church2015-04-091-2/+7
* | Add -ExecutionPolicy Unrestricted back, was removed by #9602.Chris Church2015-04-091-1/+1
|/
* Merge pull request #10514 from bcoca/fix_password_template_errorBrian Coca2015-04-021-2/+6
|\
| * now ansible ignores tempate errors on passwordsBrian Coca2015-03-211-2/+6
* | Merge pull request #7487 from nirvinehh/develBrian Coca2015-04-011-1/+1
|\ \
| * | Clean non-printable chars from stdout instead of dropping the whole thingNick Irvine2014-05-211-1/+1
* | | Merge pull request #10507 from renard/fix-patch-action-pluginBrian Coca2015-04-011-2/+5
|\ \ \
| * | | [patch] Use _make_tmp_path to prevent from copying full patch file path.Sébastien Gross2015-03-201-1/+4
| * | | [patch] fix "remote_src" behavior according patch module documentation.Sébastien Gross2015-03-201-1/+1
| | |/ | |/|
* | | makes raw module have quiet ssh so as to avoid extra output when not requriedBrian Coca2015-03-241-1/+4
|/ /
* | now use combine vars to preserve existing cached host varsBrian Coca2015-03-201-2/+2
* | now correctly aplies add_host passed variables last to override existing vars.Brian Coca2015-03-201-6/+5
* | now add_host loads hostvarsBrian Coca2015-03-201-7/+11
* | ignore PE methods that are not sudo for checksums until we get them working u...Brian Coca2015-03-191-1/+7
* | added missing become method inventory overrideBrian Coca2015-03-171-0/+2
* | Better comment for why we have get_checksum call itself sometimesToshio Kuratomi2015-03-171-0/+5
* | slight changes to allow for checksum and other commands to work correctly wit...Brian Coca2015-03-161-10/+8
* | fixed raw return check for privilege escalationBrian Coca2015-03-161-2/+2
* | Fix issue with unarchive disabling pipelining modeJames Cammarata2015-03-121-1/+1
* | Merge pull request #10329 from bcoca/var_merge_combinedBrian Coca2015-03-121-5/+5
|\ \
| * | correclty added inventory this timeBrian Coca2015-03-091-1/+1
| * | readded inventory vars to runner's varsBrian Coca2015-03-091-1/+2
| * | removed redundant inventory call, moved grousp to proper priorityBrian Coca2015-03-091-3/+2
| * | corrected merge vs combined in all pertinent sectionsBrian Coca2015-02-241-1/+1
| * | changed from hash_merge to combine vars which resets default toBrian Coca2015-02-241-5/+5
* | | fixed missed conversion of su to becomeBrian Coca2015-03-121-1/+1
* | | fixed missed su to become conversionBrian Coca2015-03-111-1/+1
* | | fixes password error detection for ssh connection pluginBrian Coca2015-03-111-7/+6
* | | removed uneeded reference to su_userBrian Coca2015-03-111-1/+1
* | | fixed bad paren in connection pluginBrian Coca2015-03-111-1/+1
* | | preliminary privlege escalation unification + pbrunBrian Coca2015-03-1022-231/+235
* | | Merge pull request #9601 from cchurch/set_delegate_before_connectChris Church2015-03-082-3/+6
|\ \ \
| * | | Set delegate on connection prior to calling connect.Chris Church2014-11-232-3/+6
* | | | Don't log item data for skipped tasks under no_logWill Thames2015-03-051-3/+7
* | | | Rework the shell quoting of remote checksummingToshio Kuratomi2015-03-022-4/+15
* | | | Merge pull request #10311 from jpmens/lookup-module-dig1Brian Coca2015-02-271-0/+212
|\ \ \ \
| * | | | New lookup-plugin: `dig' for performing DNS lookupsJan-Piet Mens2015-02-271-0/+212
* | | | | Merge pull request #9293 from cchurch/module_suffixesBrian Coca2015-02-261-1/+1
|\ \ \ \ \
| * | | | | Simpler fix for module suffixes than c02e8d8c8.Chris Church2014-10-081-1/+1
* | | | | | Merge pull request #10305 from bcoca/cartesianBrian Coca2015-02-261-0/+59
|\ \ \ \ \ \
| * | | | | | adds cartesian product lookupBrian Coca2015-02-201-0/+59
* | | | | | | If remote_checksum fails because the dest is a directory, try a file within t...Toshio Kuratomi2015-02-251-15/+29
* | | | | | | Comment explaining return codes from checksum()Toshio Kuratomi2015-02-251-0/+7
* | | | | | | Merge pull request #10320 from bcoca/ssh_fix_notokensBrian Coca2015-02-251-0/+2
|\ \ \ \ \ \ \