summaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed apt_key tests, as they didn't test the real functionality.Juha Litola2013-01-251-60/+0
* add apt_key moduleJayson Vantuyl2013-01-162-0/+152
* add with_sequence lookup pluginJayson Vantuyl2013-01-102-3/+22
* Resolve variable references inside variablesDaniel Hokka Zakrisson2013-01-091-0/+11
* Merge pull request #1747 from njharman/alpharangeMichael DeHaan2012-12-183-20/+29
|\
| * Alphabetic inventory hostname patterns.Norman J. Harman Jr2012-12-113-20/+29
* | Merge pull request #1776 from junegunn/inventory-group-var-wsMichael DeHaan2012-12-182-1/+9
|\ \
| * | Allows whitespaces around assignment operatorsJunegunn Choi2012-12-142-1/+9
* | | Merge pull request #1775 from dagwieers/boolean-yes-noMichael DeHaan2012-12-151-2/+2
|\ \ \
| * | | Make use of yes/no booleans in playbooksDag Wieers2012-12-141-2/+2
| |/ /
* / / Fix hostname expansion bug in inventory parserJunegunn Choi2012-12-152-0/+16
|/ /
* | Merge pull request #1696 from gregorg/enhance_limitMichael DeHaan2012-12-121-0/+8
|\ \
| * | Add a unit test to subset limiting via a regex, and some doc in manGregory Duchatelet2012-12-021-0/+8
* | | Allow intersecting host patterns by using &Daniel Hokka Zakrisson2012-12-121-0/+7
| |/ |/|
* | moved override matching string to variable changed test template to match Sig...Brian Coca2012-11-261-1/+1
* | added test for template overrides Signed-off-by: Brian Coca <briancoca+ansibl...Brian Coca2012-11-261-0/+10
|/
* Make sure any existing groups gets reusedDaniel Hokka Zakrisson2012-11-251-1/+1
* Aliased node test doesn't make sense locally, so remove it.Michael DeHaan2012-11-193-44/+0
* Make tests use the local connection type, fix missing callback in tests.Michael DeHaan2012-11-198-0/+12
* Lookup plugin arguments need to be templatedDaniel Hokka Zakrisson2012-11-141-2/+2
* Make parameterized playbook includes work with vars as a listDaniel Hokka Zakrisson2012-11-132-1/+8
* Fix lookup plugin test properlyDaniel Hokka Zakrisson2012-11-131-1/+3
* Make lookup plugin replacements part of the main variable logicDaniel Hokka Zakrisson2012-11-131-26/+26
* Fix lookup plugin testDaniel Hokka Zakrisson2012-11-131-1/+1
* Add parameterized playbook includesDaniel Hokka Zakrisson2012-11-093-0/+34
* Rename varReplaceWithItems to template_dsDaniel Hokka Zakrisson2012-11-091-6/+6
* Add tests for lookup pluginsDaniel Hokka Zakrisson2012-11-072-0/+64
* Add $LOOKUP(<lookup plugin>,<data>) as a templating optionDaniel Hokka Zakrisson2012-11-071-4/+4
* Add testcase for first_available_fileDaniel Hokka Zakrisson2012-11-062-2/+5
* Add test case for non-existing variable in varReplaceWithItemsDaniel Hokka Zakrisson2012-11-011-0/+4
* Use default port if ansible_ssh_port is not set for the delegated nodeDaniel Hokka Zakrisson2012-11-013-5/+21
* Fix ${var.$other_var} and add test cases for itDaniel Hokka Zakrisson2012-10-301-0/+22
* Make group_vars and host_vars available to usr/bin/ansible, and make vars_plu...Michael DeHaan2012-10-271-2/+0
* Use previous proven multiprocessing logic as the simplification didn't have t...Michael DeHaan2012-10-271-1/+0
* Merge branch 'varfind-cleanups' of git://github.com/dhozac/ansible into develMichael DeHaan2012-10-261-0/+8
|\
| * Merge varFind and varLookupDaniel Hokka Zakrisson2012-10-211-0/+8
* | Fix ansible_ssh_host againDaniel Hokka Zakrisson2012-10-213-2/+28
|/
* Various performance streamlining and making the file features usable in all m...Michael DeHaan2012-10-211-1/+5
* Fix the basic templating system such that when the template ends in '$', life...Michael DeHaan2012-10-201-0/+6
* Fixed tests to reflect desired configuration behaviourwillthames2012-10-182-0/+67
* Only expand lists in templating inside of module action lines, to avoid break...Michael DeHaan2012-10-181-1/+1
* "force=" code under the file module is problematic, remove itMichael DeHaan2012-10-171-59/+0
* implement lookup plugins for arbitrary enumeration over arbitrary things. S...Michael DeHaan2012-10-131-3/+8
* Return multiple groups from inventory API.Jeroen Hoekx2012-10-102-2/+14
* Fix typo in inventory API test script.Jeroen Hoekx2012-10-101-1/+1
* Allow non-string types in with_items variablesDaniel Hokka Zakrisson2012-10-011-0/+39
* Use a regexp to filter out arguments insteadDaniel Hokka Zakrisson2012-10-011-0/+15
* remove test for private function that is no longer presentMichael DeHaan2012-10-011-14/+0
* Replace lists with a comma-separated joinDaniel Hokka Zakrisson2012-09-301-0/+13
* Revert pull request #1091Daniel Hokka Zakrisson2012-09-281-59/+0