summaryrefslogtreecommitdiff
path: root/test/TestPlayBook.py
Commit message (Expand)AuthorAgeFilesLines
* Reverting unarchive tests.Richard C Isaacson2014-02-121-15/+17
* Cleanup per notes.Richard C Isaacson2014-02-121-3/+3
* Updates for the unarchive module and action_plugin.Richard C Isaacson2014-02-121-326/+343
* copy: Add testcase for recursive copy.Paul Sokolovsky2013-10-151-0/+17
* Remove some obsolete tests (mechanism of error detection suboptimal, replacem...Michael DeHaan2013-10-111-41/+0
* Remove out of date tests.Michael DeHaan2013-10-111-99/+0
* Add failed_when module variable.Hiroaki Nakamura2013-09-101-0/+28
* Removing broken tests for nowJames Cammarata2013-09-091-8/+8
* Introduce the 'always_run' task clause.Stoned Elipot2013-08-201-0/+31
* Add tests for undefined variable detectionPetr Svoboda2013-08-201-0/+46
* Remove some test printsMichael DeHaan2013-08-101-7/+0
* Merge branch 'changed_when' of git://github.com/stoned/ansible into changed_whenMichael DeHaan2013-07-211-0/+28
|\
| * Introduce 'changed_when' keyword to override a task's changed status with the...Stoned Elipot2013-07-141-0/+28
* | Enabled the use of extra vars in playbook file paths when including playbooks...Tin Tvrtkovic2013-07-181-1/+26
|/
* Add test for 'ignore_errors:'Stoned Elipot2013-07-011-0/+28
* Added basic support for hash_behaviour=merge in rolesGeorge Miroshnykov2013-06-191-23/+35
* Merge branch 'combine_vars' of git://github.com/laggyluke/ansible into expMichael DeHaan2013-04-161-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-091-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-261-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-181-18/+0
* Fix a test and a typo in an exampleMichael DeHaan2012-09-181-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-111-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-131-6/+13
* Remove unused imports.Dave Peticolas2012-08-091-5/+0
* more whitespaceMichael DeHaan2012-08-061-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-191-1/+1
* Properly template list of hosts in playbooks.John Kleint2012-05-311-0/+13