| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'combine_vars' of git://github.com/laggyluke/ansible into exp | Michael DeHaan | 2013-04-17 | 1 | -0/+70 |
|\ |
|
| * | Tweaked merge_hash to also affect Runner behavior | George Miroshnykov | 2013-04-06 | 1 | -0/+69 |
* | | Prevent premature substitution of variables into tasks | willthames | 2013-04-12 | 1 | -0/+28 |
* | | Since we removed the (undocumented) playbook include + with_items code, fix t... | Michael DeHaan | 2013-04-10 | 1 | -1/+1 |
* | | Test case and fix for shlex.split unicode bug | willthames | 2013-04-08 | 1 | -0/+21 |
|/ |
|
* | Disable a test temporarily | Michael DeHaan | 2013-04-05 | 1 | -23/+25 |
* | Preliminary ability to use Jinja2 {{ }} to replace ${foo.bar} in playbooks. ... | Michael DeHaan | 2013-04-03 | 1 | -0/+1 |
* | password lookup plugin, with working tests and documentation | Javier Candeira | 2013-03-10 | 1 | -8/+8 |
* | add with_sequence lookup plugin | Jayson Vantuyl | 2013-01-10 | 1 | -3/+3 |
* | Aliased node test doesn't make sense locally, so remove it. | Michael DeHaan | 2012-11-19 | 1 | -22/+0 |
* | Make tests use the local connection type, fix missing callback in tests. | Michael DeHaan | 2012-11-19 | 1 | -0/+3 |
* | Make parameterized playbook includes work with vars as a list | Daniel Hokka Zakrisson | 2012-11-13 | 1 | -1/+1 |
* | Fix lookup plugin test properly | Daniel Hokka Zakrisson | 2012-11-13 | 1 | -1/+3 |
* | Fix lookup plugin test | Daniel Hokka Zakrisson | 2012-11-13 | 1 | -1/+1 |
* | Add parameterized playbook includes | Daniel Hokka Zakrisson | 2012-11-09 | 1 | -0/+21 |
* | Add tests for lookup plugins | Daniel Hokka Zakrisson | 2012-11-07 | 1 | -0/+27 |
* | Add testcase for first_available_file | Daniel Hokka Zakrisson | 2012-11-06 | 1 | -1/+1 |
* | Use default port if ansible_ssh_port is not set for the delegated node | Daniel Hokka Zakrisson | 2012-11-01 | 1 | -3/+10 |
* | Make group_vars and host_vars available to usr/bin/ansible, and make vars_plu... | Michael DeHaan | 2012-10-27 | 1 | -2/+0 |
* | Fix ansible_ssh_host again | Daniel Hokka Zakrisson | 2012-10-21 | 1 | -2/+17 |
* | Delete test that was coded against *local* resolv.conf -- obviously not going... | Michael DeHaan | 2012-09-19 | 1 | -18/+0 |
* | Fix a test and a typo in an example | Michael DeHaan | 2012-09-19 | 1 | -5/+7 |
* | Support iteration over command output in with_items. | John Kleint | 2012-09-17 | 1 | -0/+17 |
* | Fix a test from a previous pull request. | Michael DeHaan | 2012-09-12 | 1 | -1/+1 |
* | - Makefile now works with freebsd (date command options are diff) | Brian Coca | 2012-08-29 | 1 | -1/+1 |
* | Always load group_vars and host_vars. | Dave Peticolas | 2012-08-14 | 1 | -6/+13 |
* | Remove unused imports. | Dave Peticolas | 2012-08-10 | 1 | -5/+0 |
* | more whitespace | Michael DeHaan | 2012-08-07 | 1 | -10/+10 |
* | fixes for tests | Petros Moisiadis | 2012-08-01 | 1 | -2/+2 |
* | test_one not working as tests after skipped test failing, because | Will Thames | 2012-08-01 | 1 | -1/+1 |
* | consolidate output code in callbacks.py, from utils, remove extra functions | Michael DeHaan | 2012-07-15 | 1 | -4/+4 |
* | Much streamlining around setup steps in playbooks, now only run setup once pe... | Michael DeHaan | 2012-07-14 | 1 | -9/+3 |
* | Remove the -D module debug flag, which no longer is functional due to sudo pt... | Michael DeHaan | 2012-06-20 | 1 | -1/+1 |
* | Properly template list of hosts in playbooks. | John Kleint | 2012-05-31 | 1 | -0/+13 |
* | Do not run unit tests against the EVENTS code because it is subject to change... | Michael DeHaan | 2012-05-10 | 1 | -25/+0 |
* | Fix correct variable expansion in includes only_if. | Jeroen Hoekx | 2012-05-11 | 1 | -0/+25 |
* | Modify /usr/bin/ansible and playbooks to use the new async API. | Jeroen Hoekx | 2012-05-02 | 1 | -3/+6 |
* | Reinstate --extra-vars, which can do things in playbooks like: | Michael DeHaan | 2012-04-27 | 1 | -1/+2 |
* | Fix bug in src. Should not code this early :) | Michael DeHaan | 2012-04-20 | 1 | -1/+3 |
* | verbose option is not being used, so remove it. debug variable still exists. | Michael DeHaan | 2012-04-17 | 1 | -1/+0 |
* | Warn if no hosts matched | Michael DeHaan | 2012-04-12 | 1 | -0/+2 |
* | Simplify playbook tests so things are not timing dependent in the poll sectio... | Michael DeHaan | 2012-04-12 | 1 | -8/+15 |
* | Rename test class to match what it is testing | Michael DeHaan | 2012-04-12 | 1 | -1/+1 |
* | Fix syntax error in user patch | Michael DeHaan | 2012-04-03 | 1 | -1/+1 |
* | Surface module debug (-D) to /usr/bin/ansible also | Michael DeHaan | 2012-03-31 | 1 | -0/+3 |
* | Applying callback model to runner, and using that in playbooks, so output can... | Michael DeHaan | 2012-03-26 | 1 | -18/+27 |
* | Code cleanup for playbooks, also added 'on_skipped' callback | Michael DeHaan | 2012-03-24 | 1 | -1/+5 |
* | Ratchet up logging a few notches prior to controlling w/ verbosity settings | Michael DeHaan | 2012-03-21 | 1 | -1/+4 |
* | Enhance logging, way to gate verbosity levels pending. | Michael DeHaan | 2012-03-21 | 1 | -0/+9 |
* | Allow conditional imports, see examples/playbook3.yml comments for a full exp... | Michael DeHaan | 2012-03-20 | 1 | -0/+9 |