summaryrefslogtreecommitdiffstats
path: root/test/TestPlayBook.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'combine_vars' of git://github.com/laggyluke/ansible into expMichael DeHaan2013-04-171-0/+70
|\
| * Tweaked merge_hash to also affect Runner behaviorGeorge Miroshnykov2013-04-061-0/+69
* | Prevent premature substitution of variables into taskswillthames2013-04-121-0/+28
* | Since we removed the (undocumented) playbook include + with_items code, fix t...Michael DeHaan2013-04-101-1/+1
* | Test case and fix for shlex.split unicode bugwillthames2013-04-081-0/+21
|/
* Disable a test temporarilyMichael DeHaan2013-04-051-23/+25
* Preliminary ability to use Jinja2 {{ }} to replace ${foo.bar} in playbooks. ...Michael DeHaan2013-04-031-0/+1
* password lookup plugin, with working tests and documentationJavier Candeira2013-03-101-8/+8
* add with_sequence lookup pluginJayson Vantuyl2013-01-101-3/+3
* Aliased node test doesn't make sense locally, so remove it.Michael DeHaan2012-11-191-22/+0
* Make tests use the local connection type, fix missing callback in tests.Michael DeHaan2012-11-191-0/+3
* Make parameterized playbook includes work with vars as a listDaniel Hokka Zakrisson2012-11-131-1/+1
* Fix lookup plugin test properlyDaniel Hokka Zakrisson2012-11-131-1/+3
* Fix lookup plugin testDaniel Hokka Zakrisson2012-11-131-1/+1
* Add parameterized playbook includesDaniel Hokka Zakrisson2012-11-091-0/+21
* Add tests for lookup pluginsDaniel Hokka Zakrisson2012-11-071-0/+27
* Add testcase for first_available_fileDaniel Hokka Zakrisson2012-11-061-1/+1
* Use default port if ansible_ssh_port is not set for the delegated nodeDaniel Hokka Zakrisson2012-11-011-3/+10
* Make group_vars and host_vars available to usr/bin/ansible, and make vars_plu...Michael DeHaan2012-10-271-2/+0
* Fix ansible_ssh_host againDaniel Hokka Zakrisson2012-10-211-2/+17
* Delete test that was coded against *local* resolv.conf -- obviously not going...Michael DeHaan2012-09-191-18/+0
* Fix a test and a typo in an exampleMichael DeHaan2012-09-191-5/+7
* Support iteration over command output in with_items.John Kleint2012-09-171-0/+17
* Fix a test from a previous pull request.Michael DeHaan2012-09-121-1/+1
* - Makefile now works with freebsd (date command options are diff)Brian Coca2012-08-291-1/+1
* Always load group_vars and host_vars.Dave Peticolas2012-08-141-6/+13
* Remove unused imports.Dave Peticolas2012-08-101-5/+0
* more whitespaceMichael DeHaan2012-08-071-10/+10
* fixes for testsPetros Moisiadis2012-08-011-2/+2
* test_one not working as tests after skipped test failing, becauseWill Thames2012-08-011-1/+1
* 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-141-9/+3
* Remove the -D module debug flag, which no longer is functional due to sudo pt...Michael DeHaan2012-06-201-1/+1
* Properly template list of hosts in playbooks.John Kleint2012-05-311-0/+13
* Do not run unit tests against the EVENTS code because it is subject to change...Michael DeHaan2012-05-101-25/+0
* Fix correct variable expansion in includes only_if.Jeroen Hoekx2012-05-111-0/+25
* Modify /usr/bin/ansible and playbooks to use the new async API.Jeroen Hoekx2012-05-021-3/+6
* Reinstate --extra-vars, which can do things in playbooks like:Michael DeHaan2012-04-271-1/+2
* Fix bug in src. Should not code this early :)Michael DeHaan2012-04-201-1/+3
* verbose option is not being used, so remove it. debug variable still exists.Michael DeHaan2012-04-171-1/+0
* Warn if no hosts matchedMichael DeHaan2012-04-121-0/+2
* Simplify playbook tests so things are not timing dependent in the poll sectio...Michael DeHaan2012-04-121-8/+15
* Rename test class to match what it is testingMichael DeHaan2012-04-121-1/+1
* Fix syntax error in user patchMichael DeHaan2012-04-031-1/+1
* Surface module debug (-D) to /usr/bin/ansible alsoMichael DeHaan2012-03-311-0/+3
* Applying callback model to runner, and using that in playbooks, so output can...Michael DeHaan2012-03-261-18/+27
* Code cleanup for playbooks, also added 'on_skipped' callbackMichael DeHaan2012-03-241-1/+5
* Ratchet up logging a few notches prior to controlling w/ verbosity settingsMichael DeHaan2012-03-211-1/+4
* Enhance logging, way to gate verbosity levels pending.Michael DeHaan2012-03-211-0/+9
* Allow conditional imports, see examples/playbook3.yml comments for a full exp...Michael DeHaan2012-03-201-0/+9