summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* fixes for testsPetros Moisiadis2012-08-011-2/+2
* test_one not working as tests after skipped test failing, becauseWill Thames2012-08-011-1/+1
* Merge pull request #732 from willthames/fix_git_fail_jsonMichael DeHaan2012-07-311-1/+1
|\
| * Fixes for git module when it fails.u3480952012-07-311-1/+1
* | Fix some failing tests, script tests seem to indicate magic variables are not...Michael DeHaan2012-07-301-6/+9
|/
* Merge pull request #727 from sfromm/gitMichael DeHaan2012-07-301-2/+17
|\
| * Make test_git functional in TestRunner.pyStephen Fromm2012-07-291-2/+17
* | test/TestRunner.py now executes false with no directory prefixwillthames2012-07-302-3/+3
|/
* Small change to previous patch, make ranges of hosts inclusive.Michael DeHaan2012-07-241-3/+3
* Added a host expansion feature to ansible's inventory parsingChin Fang2012-07-242-7/+32
* Remove YAML inventory tests since this is now deprecated.Michael DeHaan2012-07-202-218/+0
* update test utils codeMichael DeHaan2012-07-161-3/+3
* consolidate output code in callbacks.py, from utils, remove extra functionsMichael DeHaan2012-07-151-4/+4
* Much streamlining around setup steps in playbooks, now only run setup once pe...Michael DeHaan2012-07-142-12/+4
* Setup module no longer saves to disk, as templates are mostly useful in playb...Michael DeHaan2012-07-142-40/+0
* Squashed commit of the following:Michael DeHaan2012-07-122-3/+71
* Remove the -D module debug flag, which no longer is functional due to sudo pt...Michael DeHaan2012-06-191-1/+1
* Correctly add ungrouped hosts to 'ungrouped' in YAML inventory.Jeroen Hoekx2012-06-272-3/+5
* Update tests to reflect new APIDaniel Hokka Zakrisson2012-06-183-17/+16
* Add tests of iterative templatingDaniel Hokka Zakrisson2012-06-161-0/+11
* Add tests of host exclusionsDaniel Hokka Zakrisson2012-06-151-0/+18
* Merge pull request #459 from dhozac/with_items-variableMichael DeHaan2012-06-131-1/+1
|\
| * Allow with_items to specify a variableDaniel Hokka Zakrisson2012-06-091-1/+1
* | Add assemble moduleStephen Fromm2012-06-114-0/+31
|/
* Properly template list of hosts in playbooks.John Kleint2012-05-312-0/+18
* Allow "=" in k-v values.Matt Goodall2012-05-231-0/+7
* Fix hosts being in multiple groups, and duplicate host references in the same...Michael DeHaan2012-05-192-2/+20
* If /usr/share/dict/words does not exist, use cracklib-small to test large out...Jeroen Hoekx2012-05-151-1/+6
* Do not run unit tests against the EVENTS code because it is subject to change...Michael DeHaan2012-05-095-196/+0
* Merge pull request #363 from jhoekx/template-only-ifMichael DeHaan2012-05-114-0/+55
|\
| * Fix correct variable expansion in includes only_if.Jeroen Hoekx2012-05-114-0/+55
* | Merge pull request #362 from jhoekx/uppercase-varsMichael DeHaan2012-05-111-0/+10
|\ \
| * | Allow camelCase variables in varreplace.Jeroen Hoekx2012-05-111-0/+10
| |/
* | Add test for large output; fix indentation.John Kleint2012-05-111-199/+203
|/
* Support list indexing in varReplace.Jeroen Hoekx2012-05-101-0/+50
* Fixup unicode varReplace templating.Jeroen Hoekx2012-05-101-0/+22
* Make no_engine the default templating action.Jeroen Hoekx2012-05-091-2/+2
* Support nested variables in varReplace.Jeroen Hoekx2012-05-091-0/+155
* Inventory: undefined group -> ungrouped.Jeroen Hoekx2012-05-081-2/+2
* Inventory: support list of vars in host.Jeroen Hoekx2012-05-082-1/+11
* Add tests for new advanced inventory features (groups of groups, group variab...Michael DeHaan2012-05-062-8/+92
* Further work on making the YAML inventory parser use the new inventory objects.Michael DeHaan2012-05-061-21/+20
* Reinstate external inventory script support this time using the new more OO-e...Michael DeHaan2012-05-061-6/+2
* Refactored inventory to make it object oriented, need to make YAML format and...Michael DeHaan2012-05-051-30/+34
* Define 'inventory_hostname' variable for hosts.Jeroen Hoekx2012-05-021-8/+19
* Modify /usr/bin/ansible and playbooks to use the new async API.Jeroen Hoekx2012-05-011-3/+6
* Introduce group_names in template variables.Jeroen Hoekx2012-04-282-7/+23
* Reinstate --extra-vars, which can do things in playbooks like:Michael DeHaan2012-04-261-1/+2
* Fix tests for facter and the ansible_facts API.Jeroen Hoekx2012-04-241-2/+2
* Allow modules to return facts.Jeroen Hoekx2012-04-231-2/+4