summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update core linkMichael DeHaan2014-09-291-0/+0
* Don't search powershell modules unless using the winrm connection.Michael DeHaan2014-09-283-3/+6
* Tolerate no module search path.Michael DeHaan2014-09-281-9/+10
* Add module search path to --version output.Michael DeHaan2014-09-281-0/+1
* Add some helpful detection if core modules are not found for those running on...Michael DeHaan2014-09-281-1/+5
* If submodules are not found, don't error out.Michael DeHaan2014-09-281-3/+5
* Cater for uninitialized submodulesWill Thames2014-09-281-2/+5
* Updated version info to include submodule informationWill Thames2014-09-281-10/+31
* Updating the module formatter to deal with the new repo structure.Michael DeHaan2014-09-261-0/+0
* changes for package loading of modulesMichael DeHaan2014-09-265-21/+17
* Modules is a package.Michael DeHaan2014-09-262-1/+8
* Add submodules for new core and extras subdirectories of modules, not yet live.Michael DeHaan2014-09-262-0/+0
* Default 'smart' connection to paramiko for OSX platformsJames Cammarata2014-09-261-5/+9
* Don't template 'vars' dictionary during templatingJames Cammarata2014-09-251-2/+4
* Fix action_plugins for modules not respecting check modeJames Cammarata2014-09-252-1/+15
* Use split_args instead of shlex to split include paramsJames Cammarata2014-09-231-4/+8
* Also make sure the dest param is expanded locally before recalculatingJames Cammarata2014-09-231-0/+1
* Push the expanduser call on the source down to slurp rather than fetchJames Cammarata2014-09-231-15/+22
* Merge pull request #8959 from willthames/galaxy_ssh_cloneJames Cammarata2014-09-231-5/+4
|\
| * Allow github style ssh repo namesWill Thames2014-09-101-1/+1
| * Make ansible-galaxy work as expectedWill Thames2014-09-101-4/+3
* | Remove unreachable code.Jakub Roztocil2014-09-231-1/+0
* | Merge pull request #9014 from willthames/paramiko_sudo_no_promptToshio Kuratomi2014-09-222-2/+12
|\ \
| * | Applied fix for sudo with no prompt to paramikoWill Thames2014-09-161-1/+6
| * | Don't throw away useful stdout and stderr. Fixes #8418Matt Martz2014-09-161-1/+6
* | | Before decrypting check if vault password is set or error earlyJames Cammarata2014-09-191-0/+5
* | | Allow with_first_files to search relative to templates and vars in rolesJames Cammarata2014-09-181-4/+11
* | | Move delegate_to out of runner module_vars to prevent bleeding across runsJames Cammarata2014-09-172-38/+27
* | | Redoing patch for hostvars fix, since the previous one broke other testsJames Cammarata2014-09-171-2/+3
* | | Revert "Revert to using just the combined_cache for HostVars"James Cammarata2014-09-171-2/+1
* | | Revert to using just the combined_cache for HostVarsJames Cammarata2014-09-171-1/+2
* | | Allow hostvars variables to be templatedJames Cammarata2014-09-161-24/+38
* | | Adding "follow" param for file/copy optionsJames Cammarata2014-09-163-9/+27
|/ /
* | Ensure remote files are chmod'd properly for su/su_user tooJames Cammarata2014-09-154-4/+4
* | Ensure checkmode is honored for templates that haven't changedJames Cammarata2014-09-151-0/+7
* | Merge pull request #8853 from kvar/develMichael DeHaan2014-09-111-1/+1
|\ \
| * | zypper: handle lists of packages efficientlyKristofor Varhus2014-09-021-1/+1
* | | Merge branch 'hfinucane-gh-7432' into develJames Cammarata2014-09-112-3/+6
|\ \ \
| * | | Don't printout async callbacks when the task is skippedJames Cammarata2014-09-111-3/+5
| * | | Merge branch 'gh-7432' of https://github.com/hfinucane/ansible into hfinucane...James Cammarata2014-09-111-0/+1
| |\ \ \
| | * | | Ensure ansible_job_id exists even for not-started jobsHenry Finucane2014-09-021-0/+1
| | |/ /
* | / / Remove regex related to baby-JSON parsing only.Michael DeHaan2014-09-111-2/+1
|/ / /
* | | Use correct keyword for this function.Michael DeHaan2014-09-111-1/+1
* | | Tracebacks are now catchable with ignore_errors and have streamlined output. ...Michael DeHaan2014-09-115-26/+14
* | | Catch additional errors in fetch_urlJames Cammarata2014-09-111-0/+4
* | | Use utils.merge_hash() instead of update for cache mergingJames Cammarata2014-09-101-1/+1
* | | Fixing multiline parsing to preserve newlinesJames Cammarata2014-09-101-22/+22
* | | Convert boolean strings from set_fact to proper boolean valuesJames Cammarata2014-09-101-1/+11
* | | Fix typo in redis cache change from 10afaee1James Cammarata2014-09-101-1/+1
* | | Add documentation about bin_ansible_callbacks setting. Standardization and c...Michael DeHaan2014-09-101-1/+1
| |/ |/|