| Commit message (Expand) | Author | Age | Files | Lines |
* | Always load group_vars and host_vars. | Dave Peticolas | 2012-08-14 | 5 | -6/+25 |
* | Add support for ranged patterns like webservers[0-49] for hitting the first 5... | Michael DeHaan | 2012-08-11 | 2 | -7/+26 |
* | Remove tests that involve network effects -- makes things faster and they are... | Michael DeHaan | 2012-08-11 | 1 | -28/+0 |
* | Various retooling of the internal code behind inventory pattern matching in s... | Michael DeHaan | 2012-08-11 | 1 | -19/+4 |
* | Remove unused imports. | Dave Peticolas | 2012-08-10 | 4 | -13/+0 |
* | more whitespace | Michael DeHaan | 2012-08-07 | 3 | -26/+26 |
* | fixes for tests | Petros Moisiadis | 2012-08-01 | 1 | -2/+2 |
* | test_one not working as tests after skipped test failing, because | Will Thames | 2012-08-01 | 1 | -1/+1 |
* | Merge pull request #732 from willthames/fix_git_fail_json | Michael DeHaan | 2012-07-31 | 1 | -1/+1 |
|\ |
|
| * | Fixes for git module when it fails. | u348095 | 2012-07-31 | 1 | -1/+1 |
* | | Fix some failing tests, script tests seem to indicate magic variables are not... | Michael DeHaan | 2012-07-31 | 1 | -6/+9 |
|/ |
|
* | Merge pull request #727 from sfromm/git | Michael DeHaan | 2012-07-30 | 1 | -2/+17 |
|\ |
|
| * | Make test_git functional in TestRunner.py | Stephen Fromm | 2012-07-30 | 1 | -2/+17 |
* | | test/TestRunner.py now executes false with no directory prefix | willthames | 2012-07-30 | 2 | -3/+3 |
|/ |
|
* | Small change to previous patch, make ranges of hosts inclusive. | Michael DeHaan | 2012-07-25 | 1 | -3/+3 |
* | Added a host expansion feature to ansible's inventory parsing | Chin Fang | 2012-07-24 | 2 | -7/+32 |
* | Remove YAML inventory tests since this is now deprecated. | Michael DeHaan | 2012-07-20 | 2 | -218/+0 |
* | update test utils code | Michael DeHaan | 2012-07-17 | 1 | -3/+3 |
* | consolidate output code in callbacks.py, from utils, remove extra functions | Michael DeHaan | 2012-07-15 | 1 | -4/+4 |
* | Much streamlining around setup steps in playbooks, now only run setup once pe... | Michael DeHaan | 2012-07-14 | 2 | -12/+4 |
* | Setup module no longer saves to disk, as templates are mostly useful in playb... | Michael DeHaan | 2012-07-14 | 2 | -40/+0 |
* | Squashed commit of the following: | Michael DeHaan | 2012-07-12 | 2 | -3/+71 |
* | Remove the -D module debug flag, which no longer is functional due to sudo pt... | Michael DeHaan | 2012-06-20 | 1 | -1/+1 |
* | Correctly add ungrouped hosts to 'ungrouped' in YAML inventory. | Jeroen Hoekx | 2012-06-27 | 2 | -3/+5 |
* | Update tests to reflect new API | Daniel Hokka Zakrisson | 2012-06-18 | 3 | -17/+16 |
* | Add tests of iterative templating | Daniel Hokka Zakrisson | 2012-06-16 | 1 | -0/+11 |
* | Add tests of host exclusions | Daniel Hokka Zakrisson | 2012-06-15 | 1 | -0/+18 |
* | Merge pull request #459 from dhozac/with_items-variable | Michael DeHaan | 2012-06-14 | 1 | -1/+1 |
|\ |
|
| * | Allow with_items to specify a variable | Daniel Hokka Zakrisson | 2012-06-09 | 1 | -1/+1 |
* | | Add assemble module | Stephen Fromm | 2012-06-12 | 4 | -0/+31 |
|/ |
|
* | Properly template list of hosts in playbooks. | John Kleint | 2012-05-31 | 2 | -0/+18 |
* | Allow "=" in k-v values. | Matt Goodall | 2012-05-23 | 1 | -0/+7 |
* | Fix hosts being in multiple groups, and duplicate host references in the same... | Michael DeHaan | 2012-05-19 | 2 | -2/+20 |
* | If /usr/share/dict/words does not exist, use cracklib-small to test large out... | Jeroen Hoekx | 2012-05-15 | 1 | -1/+6 |
* | Do not run unit tests against the EVENTS code because it is subject to change... | Michael DeHaan | 2012-05-10 | 5 | -196/+0 |
* | Merge pull request #363 from jhoekx/template-only-if | Michael DeHaan | 2012-05-12 | 4 | -0/+55 |
|\ |
|
| * | Fix correct variable expansion in includes only_if. | Jeroen Hoekx | 2012-05-11 | 4 | -0/+55 |
* | | Merge pull request #362 from jhoekx/uppercase-vars | Michael DeHaan | 2012-05-11 | 1 | -0/+10 |
|\ \ |
|
| * | | Allow camelCase variables in varreplace. | Jeroen Hoekx | 2012-05-11 | 1 | -0/+10 |
| |/ |
|
* / | Add test for large output; fix indentation. | John Kleint | 2012-05-11 | 1 | -199/+203 |
|/ |
|
* | Support list indexing in varReplace. | Jeroen Hoekx | 2012-05-10 | 1 | -0/+50 |
* | Fixup unicode varReplace templating. | Jeroen Hoekx | 2012-05-10 | 1 | -0/+22 |
* | Make no_engine the default templating action. | Jeroen Hoekx | 2012-05-09 | 1 | -2/+2 |
* | Support nested variables in varReplace. | Jeroen Hoekx | 2012-05-09 | 1 | -0/+155 |
* | Inventory: undefined group -> ungrouped. | Jeroen Hoekx | 2012-05-08 | 1 | -2/+2 |
* | Inventory: support list of vars in host. | Jeroen Hoekx | 2012-05-08 | 2 | -1/+11 |
* | Add tests for new advanced inventory features (groups of groups, group variab... | Michael DeHaan | 2012-05-07 | 2 | -8/+92 |
* | Further work on making the YAML inventory parser use the new inventory objects. | Michael DeHaan | 2012-05-06 | 1 | -21/+20 |
* | Reinstate external inventory script support this time using the new more OO-e... | Michael DeHaan | 2012-05-06 | 1 | -6/+2 |
* | Refactored inventory to make it object oriented, need to make YAML format and... | Michael DeHaan | 2012-05-05 | 1 | -30/+34 |