summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add vars to host_vars to prevent some suprisesMichael DeHaan2012-08-152-0/+3
* Adding ability to set ssh args from config fileMichael DeHaan2012-08-152-2/+4
* Load parent groups when processing group_varsMichael DeHaan2012-08-153-2/+15
* Merge pull request #865 from jdavisp3/vars-fileMichael DeHaan2012-08-141-6/+2
|\
| * Always load group_vars and host_vars.Dave Peticolas2012-08-141-6/+2
* | Further fixes for constants following config introductionwillthames2012-08-141-7/+15
|/
* update config codeMichael DeHaan2012-08-141-24/+0
* config file supportMichael DeHaan2012-08-141-23/+79
* formattingMichael DeHaan2012-08-121-8/+8
* Add module common code to allow it to be easier to indicate whether arguments...Michael DeHaan2012-08-121-3/+41
* Default -u (user) and "user:" in playbooks to the current user.Michael DeHaan2012-08-112-1/+8
* Allow /bin/ansible to use --limitMichael DeHaan2012-08-111-1/+7
* Add support for ranged patterns like webservers[0-49] for hitting the first 5...Michael DeHaan2012-08-111-5/+22
* fix indentsMichael DeHaan2012-08-113-4/+5
* use StringIO for output concatenation, minor other tweaks to previous commitMichael DeHaan2012-08-111-21/+24
* Merge branch 'devel' of https://github.com/SleeplessAnnoyedNerd/ansible into ...Michael DeHaan2012-08-113-11/+35
|\
| * Removed unnecessary string replacements since parse_json already filters garb...Dietmar Schinnerl2012-08-111-5/+1
| * Added filtering of non-JSON lines.Dietmar Schinnerl2012-08-111-6/+15
| * Added utils.last_non_blank_lineDietmar Schinnerl2012-08-112-3/+14
| * Added stub implementation of filtersDietmar Schinnerl2012-08-112-3/+11
| * Removed leading blanksDietmar Schinnerl2012-08-111-2/+2
| * Issue #848: Closing stdin after we read from stdoutDietmar Schinnerl2012-08-111-1/+1
* | remove stray printMichael DeHaan2012-08-111-1/+0
* | Various retooling of the internal code behind inventory pattern matching in s...Michael DeHaan2012-08-111-22/+90
* | add the limit option, which can be used to further confine the patterns selec...Michael DeHaan2012-08-104-7/+35
|/
* Add ability to store and access module results later on in the play. See exa...Michael DeHaan2012-08-102-3/+5
* Store the ${last_result} for each host to make it usable in only_if condition...Michael DeHaan2012-08-101-0/+1
* Given user report that EL5 sudo does not support '--', remove it, and things ...Michael DeHaan2012-08-102-8/+6
* Merge branch 'cleanup-imports' of https://github.com/jdavisp3/ansible into develMichael DeHaan2012-08-106-24/+2
|\
| * Remove unused imports.Dave Peticolas2012-08-106-24/+2
* | Merge pull request #836 from sfromm/rawfixesMichael DeHaan2012-08-112-3/+12
|\ \
| * | Wrap paramiko open_session() call in try/exceptStephen Fromm2012-08-101-1/+7
| * | Fixes for runner and raw moduleStephen Fromm2012-08-101-2/+5
* | | Fix unneeded bashismSebastien Bocahu2012-08-101-1/+1
| |/ |/|
* | Merge branch 'vars_prompt_encrypt' of https://github.com/cocoy/ansible into d...Michael DeHaan2012-08-103-8/+59
|\ \
| * | vars_prompt encrypt from mgwRodney Quillo2012-08-093-8/+59
| |/
* | Allow user to be passed in via --extra-varsMichael DeHaan2012-08-102-1/+4
* | Fixing up parameterized task includes such that variables can be easily hande...Michael DeHaan2012-08-101-1/+1
* | (Re #829) Fix for sudo_cmd not definedSundar Raman2012-08-101-1/+1
|/
* Update man pages and the message for an exception.Tim Bielawa2012-08-091-1/+1
* Slight version format tweaksMichael DeHaan2012-08-091-2/+2
* Merge pull request #812 from willthames/gitversionMichael DeHaan2012-08-091-4/+8
|\
| * Added commit time information to the --version outputwillthames2012-08-091-4/+8
* | Catch socket errors so if you control-c a playbook it does not tracebackMichael DeHaan2012-08-091-2/+6
* | Split -vv from -vvvMichael DeHaan2012-08-092-3/+9
* | Add module arguments remote modules to -vvv outputMichael DeHaan2012-08-091-2/+3
* | Add -vvv support for debugging activityMichael DeHaan2012-08-097-10/+35
* | Only run yum,apt through the with_items loop if there is a list of items. Ju...Michael DeHaan2012-08-091-1/+1
* | Nicer errors from modules if arguments are not fed key=valueMichael DeHaan2012-08-091-1/+4
|/
* Detect SFTP disablement in paramiko + changelog updatesMichael DeHaan2012-08-091-2/+8