| Commit message (Expand) | Author | Age | Files | Lines |
* | Annotate more files, fix missing imports messing with playbooks. Hey Tim, pl... | Michael DeHaan | 2012-03-13 | 1 | -1/+4 |
* | Implement friendlier error handling. | Tim Bielawa | 2012-03-12 | 1 | -0/+6 |
* | This adds async poll support to playbooks. See examples. Some more testing ... | Michael DeHaan | 2012-03-12 | 1 | -1/+15 |
* | Add polling logic in runner such that all actions get kicked off everywhere t... | Michael DeHaan | 2012-03-11 | 1 | -34/+0 |
* | Fixed up async and polling logic. | Michael DeHaan | 2012-03-11 | 1 | -0/+5 |
* | Add async polling logic to runner. Will add to playbook shortly, have to dia... | Michael DeHaan | 2012-03-11 | 1 | -5/+34 |
* | Ignore commented out lines in the ansible setup files. | Michael DeHaan | 2012-03-10 | 1 | -0/+6 |
* | Abstracted out transport from implementation so it can be pluggable. Also fi... | Michael DeHaan | 2012-03-10 | 1 | -19/+10 |
* | runner buglet and yum module | Seth Vidal | 2012-03-09 | 1 | -1/+2 |
* | if we've failed a connection to a host - we cannot set items to the | Seth Vidal | 2012-03-09 | 1 | -2/+2 |
* | src= parameters for template and copy operations can be relative to the playb... | Michael DeHaan | 2012-03-06 | 1 | -3/+8 |
* | Templating as non-root should not require passing in the metadata= parameter. | Michael DeHaan | 2012-03-05 | 1 | -1/+20 |
* | Factoids and push variables via setup are now available to be templated in co... | Michael DeHaan | 2012-03-05 | 1 | -6/+28 |
* | Fix parse_hosts to not blow up on ungrouped hosts. | Tim Bielawa | 2012-03-05 | 1 | -0/+1 |
* | WIP on async tests | Michael DeHaan | 2012-04-04 | 1 | -2/+3 |
* | Add test for template module and make 'dark' errors clearer if we get output ... | Michael DeHaan | 2012-04-04 | 1 | -5/+5 |
* | * Added uptime.py as an example of somewhat minimal API usage & reporting | Michael DeHaan | 2012-04-04 | 1 | -7/+12 |
* | Allow ":" to be used to split patterns as well as ";" so if you are just usin... | Michael DeHaan | 2012-03-03 | 1 | -1/+2 |
* | Time limit needs to be passed to async_wrapper. | Michael DeHaan | 2012-03-03 | 1 | -1/+1 |
* | Laying the groundwork for async mode, async status script still needs to be d... | Michael DeHaan | 2012-03-03 | 1 | -24/+45 |
* | Add -i, -k, and -M to ansible-playbook CLI to match options in /usr/bin/ansible | Michael DeHaan | 2012-03-02 | 1 | -2/+3 |
* | Make sure tempdirs are cleaned up after execution steps, fix notifiers, make ... | Michael DeHaan | 2012-03-02 | 1 | -32/+35 |
* | add pyflakes target & associated fixes. Also decided to save JSON to --tree ... | Michael DeHaan | 2012-03-02 | 1 | -1/+0 |
* | Some minor from 'pep8', and silencing the PEP8 messages I don't care about. | Michael DeHaan | 2012-03-02 | 1 | -4/+8 |
* | Let "all" be an alias for "*" in patterns, fix output bug on non-command exec... | Michael DeHaan | 2012-03-02 | 1 | -0/+2 |
* | -p has been replaced by a required option. Various docs changes. | Michael DeHaan | 2012-03-01 | 1 | -1/+3 |
* | Allow the /etc/ansible/hosts file to contain groups and those group names to ... | Michael DeHaan | 2012-03-01 | 1 | -11/+34 |
* | add a -T option for setting ssh timeout in seconds | Christopher Johnston | 2012-03-01 | 1 | -1/+1 |
* | python 2.5 does not include json so lets try to use simplejson | Christopher Johnston | 2012-02-29 | 1 | -1/+5 |
* | Trim errors on connection refused messages | Michael DeHaan | 2012-02-28 | 1 | -4/+2 |
* | Add ansible command, fix import error in runner | Michael DeHaan | 2012-02-28 | 1 | -0/+1 |
* | Relicensing to GPLv3, all previous committers ok'd on mailing list. | Michael DeHaan | 2012-02-28 | 1 | -18/+15 |
* | Stop evaluating a host in a playbook when it encounters the first failure. | Michael DeHaan | 2012-02-27 | 1 | -2/+3 |
* | - make tmp_path be a dir so we can put more than one command in there securely | Seth Vidal | 2012-02-27 | 1 | -8/+12 |
* | implement manual multiprocessing pools for the runner. | Seth Vidal | 2012-02-27 | 1 | -8/+48 |
* | If the error is an authentication exception - just report it that way don't d... | Seth Vidal | 2012-02-26 | 1 | -0/+2 |
* | Add a ton of comments so folks can understand what runner does. More refacto... | Michael DeHaan | 2012-02-26 | 1 | -31/+55 |
* | Fixed up KV munging in runner, misc fixes to copy, setup, and template modules | Michael DeHaan | 2012-02-26 | 1 | -5/+5 |
* | make copy & template module take key/value parameters so we're consistent. O... | Michael DeHaan | 2012-02-26 | 1 | -5/+15 |
* | Allow multiple patterns to specified, just like Func did. | Michael DeHaan | 2012-02-25 | 1 | -2/+4 |
* | applying indentation patch from skvidal | Michael DeHaan | 2012-02-25 | 1 | -217/+217 |
* | Misc refactoring, updated TODO to reflect new templating features being compl... | Michael DeHaan | 2012-02-05 | 1 | -35/+42 |
* | Some refactoring of runner.py -- more to come to eliminate repeated code | Michael DeHaan | 2012-02-05 | 1 | -91/+79 |
* | Implment copy with an actual minion-side module such that we can get md5sum's... | Michael DeHaan | 2012-02-24 | 1 | -8/+40 |
* | Added remote templating engine using jinja2, see examples/playbook.yml for us... | Michael DeHaan | 2012-02-24 | 1 | -7/+34 |
* | Added stub for template execution, WIP. | Michael DeHaan | 2012-02-24 | 1 | -2/+20 |
* | - add match_hosts() method to runner.Runner() | Seth Vidal | 2012-02-25 | 1 | -3/+9 |
* | simple logging setup using logger. | Seth Vidal | 2012-02-24 | 1 | -0/+7 |
* | Move runner out of __init__.py so it's clear what classes live where. | Michael DeHaan | 2012-02-23 | 1 | -0/+198 |