| Commit message (Expand) | Author | Age | Files | Lines |
* | Add external vars example | Michael DeHaan | 2012-03-13 | 1 | -3/+17 |
* | Add fire and forget example | Michael DeHaan | 2012-03-13 | 1 | -1/+1 |
* | This adds async poll support to playbooks. See examples. Some more testing ... | Michael DeHaan | 2012-03-13 | 3 | -8/+109 |
* | Add polling logic in runner such that all actions get kicked off everywhere t... | Michael DeHaan | 2012-03-12 | 2 | -40/+6 |
* | Fixed up async and polling logic. | Michael DeHaan | 2012-03-12 | 2 | -2/+7 |
* | Add async polling logic to runner. Will add to playbook shortly, have to dia... | Michael DeHaan | 2012-03-11 | 3 | -6/+47 |
* | Ignore commented out lines in the ansible setup files. | Michael DeHaan | 2012-03-11 | 1 | -0/+6 |
* | Fixes for output formatting | Michael DeHaan | 2012-03-10 | 1 | -2/+3 |
* | Abstracted out transport from implementation so it can be pluggable. Also fi... | Michael DeHaan | 2012-03-10 | 3 | -23/+120 |
* | runner buglet and yum module | Seth Vidal | 2012-03-10 | 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 |
* | Adding version and author to ansible init. | Tim Bielawa | 2012-03-07 | 1 | -0/+2 |
* | src= parameters for template and copy operations can be relative to the playb... | Michael DeHaan | 2012-03-07 | 2 | -4/+11 |
* | Breakout includes into seperate functions, allow vars to apply to handlers bu... | Michael DeHaan | 2012-03-07 | 1 | -21/+31 |
* | Move print statements out of playbook.py and back into CLI so we can simplify... | Michael DeHaan | 2012-03-07 | 1 | -13/+10 |
* | Templating as non-root should not require passing in the metadata= parameter. | Michael DeHaan | 2012-03-06 | 2 | -3/+20 |
* | Parameterized include statements can see top level variables and also be pass... | Michael DeHaan | 2012-03-06 | 1 | -2/+15 |
* | Factoids and push variables via setup are now available to be templated in co... | Michael DeHaan | 2012-03-06 | 2 | -8/+61 |
* | Update constants.py to pull module path and the hosts file from the | Tim Bielawa | 2012-03-05 | 1 | -3/+7 |
* | 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 | 2 | -8/+13 |
* | 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 |
* | Ability to import task lists and handler lists from a top level playbook file... | Michael DeHaan | 2012-03-03 | 2 | -6/+50 |
* | Add -i, -k, and -M to ansible-playbook CLI to match options in /usr/bin/ansible | Michael DeHaan | 2012-03-03 | 2 | -4/+4 |
* | Make sure tempdirs are cleaned up after execution steps, fix notifiers, make ... | Michael DeHaan | 2012-03-03 | 2 | -34/+36 |
* | add pyflakes target & associated fixes. Also decided to save JSON to --tree ... | Michael DeHaan | 2012-03-03 | 3 | -6/+5 |
* | Some minor from 'pep8', and silencing the PEP8 messages I don't care about. | Michael DeHaan | 2012-03-03 | 4 | -23/+28 |
* | Some minor refactoring of playbook code, more to go. | Michael DeHaan | 2012-03-03 | 2 | -40/+42 |
* | Add pydoc to playbook binary, fix default types for playbook '.get()' call | Michael DeHaan | 2012-03-03 | 1 | -2/+2 |
* | Added pydoc for utils.py | Michael DeHaan | 2012-03-03 | 1 | -0/+26 |
* | Extensive refactoring of bin/ansible, moving most output functions into lib/a... | Michael DeHaan | 2012-03-03 | 1 | -0/+135 |
* | Let "all" be an alias for "*" in patterns, fix output bug on non-command exec... | Michael DeHaan | 2012-03-03 | 1 | -0/+2 |
* | rename 'pattern' to 'hosts' in playbook format. | Michael DeHaan | 2012-03-02 | 1 | -2/+2 |
* | Increasing default --forks to 5 | Michael DeHaan | 2012-03-02 | 1 | -1/+1 |
* | -p has been replaced by a required option. Various docs changes. | Michael DeHaan | 2012-03-02 | 3 | -3/+10 |
* | Allow the /etc/ansible/hosts file to contain groups and those group names to ... | Michael DeHaan | 2012-03-02 | 3 | -18/+44 |
* | add a -T option for setting ssh timeout in seconds | Christopher Johnston | 2012-03-02 | 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 |
* | Plan to merge things back into ansible means we can simplify our code tree | Michael DeHaan | 2012-02-28 | 1 | -43/+0 |
* | minor option consistency | Michael DeHaan | 2012-02-28 | 1 | -1/+1 |
* | Because I can't remember which options are supposed to be uppercase and which... | Michael DeHaan | 2012-02-28 | 1 | -3/+3 |
* | Take darkened hosts out of the playbook rotation, fix error handling in template | Michael DeHaan | 2012-02-28 | 1 | -1/+1 |
* | Make /bin/ansible use the common options from lib/ansible/scripts | Michael DeHaan | 2012-02-28 | 1 | -0/+2 |
* | Minor option string relabelling, move one option from common into helper script | Michael DeHaan | 2012-02-28 | 1 | -8/+2 |
* | Add ansible command, fix import error in runner | Michael DeHaan | 2012-02-28 | 1 | -0/+1 |