summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Disable inventory testMichael DeHaan2013-06-031-10/+12
* Handle '#' in var strings by splitting on ' #'Pol Llovet2013-05-312-2/+2
* Remove inline comments from inventory tokenizing.Pol Llovet2013-05-301-0/+8
* Merge branch 'escape' of git://github.com/ngrilly/ansible into reprMichael DeHaan2013-05-291-8/+8
|\
| * Escape args injected in new style modulesNicolas Grilly2013-05-241-8/+8
* | Plug-ins loaded from top-level plug-in directoryDale Sedivec2013-05-244-0/+44
|/
* Dealing with invalid symlinks and symlink permissionsDavid Simon2013-05-091-0/+8
* copy action plug-in check mode respects force=noDale Sedivec2013-04-161-1/+8
* Merge branch 'combine_vars' of git://github.com/laggyluke/ansible into expMichael DeHaan2013-04-165-0/+90
|\
| * Tweaked merge_hash to also affect Runner behaviorGeorge Miroshnykov2013-04-065-0/+89
* | Prevent premature substitution of variables into taskswillthames2013-04-122-0/+55
* | Some continued work on new-style templates and associated test code changes. ...Michael DeHaan2013-04-101-36/+36
* | Add code to flag legacy templating like $foo.{bar} as deprecated in favor of ...Michael DeHaan2013-04-102-12/+12
* | Since we removed the (undocumented) playbook include + with_items code, fix t...Michael DeHaan2013-04-102-6/+2
* | Test case and fix for shlex.split unicode bugwillthames2013-04-083-0/+32
|/
* Standardize test outputMichael DeHaan2013-04-052-3/+3
* Disable a test temporarilyMichael DeHaan2013-04-051-23/+25
* Preliminary ability to use Jinja2 {{ }} to replace ${foo.bar} in playbooks. ...Michael DeHaan2013-04-032-1/+2
* Added additional lineinfile documentation.tin2013-03-271-6/+39
* Fixed to the lineinfile module.tin2013-03-271-68/+169
* password lookup plugin, with working tests and documentationJavier Candeira2013-03-102-8/+30
* Disable filter test for now since it should really be testing at a lower level.Michael DeHaan2013-03-011-13/+17
* Add some tests for directory-based inventoryDaniel Hokka Zakrisson2013-03-014-0/+30
* add to_nice_yaml|json filtersDevin Bayer2013-02-281-0/+81
* Using the _get_test and _get_stage methods.Yves Dorfsman2013-02-231-3/+4
* Added test cases for lineinfile.Yves Dorfsman2013-02-232-0/+163
* Cron module upgradesMike Grozak2013-02-091-0/+42
* Fixing bug with unicode templates.Rune Kaagaard2013-02-051-1/+1
* Make template_ds the only templaterDaniel Hokka Zakrisson2013-02-031-4/+4
* Removed apt_key tests, as they didn't test the real functionality.Juha Litola2013-01-251-60/+0
* add apt_key moduleJayson Vantuyl2013-01-152-0/+152
* add with_sequence lookup pluginJayson Vantuyl2013-01-092-3/+22
* Resolve variable references inside variablesDaniel Hokka Zakrisson2013-01-091-0/+11
* Merge pull request #1747 from njharman/alpharangeMichael DeHaan2012-12-173-20/+29
|\
| * Alphabetic inventory hostname patterns.Norman J. Harman Jr2012-12-103-20/+29
* | Merge pull request #1776 from junegunn/inventory-group-var-wsMichael DeHaan2012-12-172-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-162-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