summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Bump version0.7.1Michael DeHaan2012-09-111-1/+1
* Don't load plugins starting with "_".0.7Michael DeHaan2012-09-061-1/+2
* Add __init__'s to gitMichael DeHaan2012-09-062-0/+0
* --version is now taking the correct headAnastasis Andronidis2012-09-061-3/+5
* Fix skipped callbackMichael DeHaan2012-09-041-3/+3
* Fix invocation-output-supression code to still provide invocation data to the...Michael DeHaan2012-09-041-14/+14
* Don't add 'n/a' because if running from source there will be no gitMichael DeHaan2012-09-041-2/+2
* Merge pull request #993 from andronat/repo-as-submoduleMichael DeHaan2012-09-051-0/+10
|\
| * except now returns a 'n/a' version. Some changes in commentsAnastasis Andronidis2012-09-051-6/+4
| * small typoAnastasis Andronidis2012-09-041-1/+1
| * Fault handling for YAML file and gitdir value.Anastasis Andronidis2012-09-041-4/+10
| * Appended repo_pathAnastasis Andronidis2012-09-041-1/+2
| * Fixed a parsing HEAD problem, when ansible is checked out as a submoduleAnastasis Andronidis2012-09-041-0/+5
* | backuplocal => backup_local for API standardization reasonsMichael DeHaan2012-09-041-1/+1
* | Merge branch 'backup-common' of https://github.com/dhozac/ansible into develMichael DeHaan2012-09-041-0/+14
|\ \
| * | Move backup to module_commonDaniel Hokka Zakrisson2012-09-041-0/+14
| |/
* | Keep result pristine for ignore_errorsDaniel Hokka Zakrisson2012-09-043-8/+4
|/
* Fix async callbackMichael DeHaan2012-09-021-1/+1
* Jinja2 filter from_json added, to_json renamedJan-Piet Mens2012-08-311-1/+2
* Make it possible in the inventory file to have spaces in host variablesMichael DeHaan2012-08-301-2/+2
* Add option required=(True|False) to get_bin_path and update modulesStephen Fromm2012-08-301-1/+6
* Add option to pass list of dirs to get_bin_path in module_common.pyStephen Fromm2012-08-291-3/+7
* Add method get_bin_path to module_common.pyStephen Fromm2012-08-291-0/+19
* Invoke cowsay without going through the shellDaniel Hokka Zakrisson2012-08-301-2/+2
* If tags "all" is used, don't choke.Michael DeHaan2012-08-281-1/+2
* Merge pull request #956 from tima/jinja-json-filterMichael DeHaan2012-08-281-0/+1
|\
| * Add tojson filter to jinja environment used by the template module.Timothy Appnel2012-08-281-0/+1
* | Fix --limit for external inventory scripts, slight variant on fix from pull #949Michael DeHaan2012-08-271-4/+4
* | Minor string tweak.Michael DeHaan2012-08-271-2/+5
* | Check to make sure that tags passed as parameters actually existMark Theunissen2012-08-272-18/+40
* | Allow variable expansion for vars that evaluate to falseDaniel Hokka Zakrisson2012-08-271-5/+14
* | Merge pull request #942 from dagwieers/color-capabilityMichael DeHaan2012-08-241-1/+13
|\ \
| * | Check for terminal capabilities if curses is availableDag Wieƫrs2012-08-251-1/+13
* | | Merge branch 'devel' of github.com:ansible/ansible into develMichael DeHaan2012-08-242-11/+14
|\ \ \
| * | | Issue #935: filter out __init__ module from the list of callbacksLudovic Claude2012-08-231-1/+1
| * | | scope error with utils.py branch_pathDerek Carter2012-08-231-11/+11
| * | | Merge pull request #930 from elventear/version_fixMichael DeHaan2012-08-221-0/+3
| |\ \ \
| | * | | fix _gitinfo function to avoid ansible crashing in cases where the branch fil...Pepe Barbe2012-08-221-0/+3
| | |/ /
* | | | Make a particular error about an invalid include statement a bit clearer.Michael DeHaan2012-08-211-1/+3
|/ / /
* | | Move plugin directoriesMichael DeHaan2012-08-216-2/+2
|/ /
* | Store invocation differently from an API perspective, but hide in callbacksMichael DeHaan2012-08-202-2/+15
* | Fix off-by-one serial count (causing infinite loop for serial == 1).Dave Peticolas2012-08-211-1/+1
* | Fix UTF-8 output when using executable inventory filesGrzegorz Nosek2012-08-201-0/+3
* | Enable UTF-8 commands via the raw moduleGrzegorz Nosek2012-08-201-1/+1
* | Handle UTF-8 in templatesGrzegorz Nosek2012-08-201-0/+4
* | Local actions, they're like aliases for actions with localhostTim Bielawa2012-08-201-7/+21
* | remove stray importsMichael DeHaan2012-08-181-3/+0
* | Change the order the setup cache is used to update things, such that the exam...Michael DeHaan2012-08-181-1/+2
* | make callbacks modularMichael DeHaan2012-08-182-42/+142
* | make connection types pluggableMichael DeHaan2012-08-186-17/+34