| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Minor error handling tweaks (yell if no args) for ansible-command and some minor | Michael DeHaan | 2012-02-28 | 1 | -7/+7 |
* | Add GPLv3 license headers to new files. Approved by all contributors on mail... | Michael DeHaan | 2012-02-29 | 1 | -0/+16 |
* | Merge branch 'master' of github.com:mpdehaan/ansible | Michael DeHaan | 2012-02-29 | 1 | -0/+31 |
|\ |
|
| * | Merge pull request #40 from skvidal/master | Michael DeHaan | 2012-02-28 | 1 | -0/+31 |
| |\ |
|
| | * | ans-command and scripts.py for the basic cli parser to be imported elsewhere | Seth Vidal | 2012-02-28 | 1 | -0/+31 |
* | | | Relicensing to GPLv3, all previous committers ok'd on mailing list. | Michael DeHaan | 2012-02-29 | 4 | -36/+64 |
|/ / |
|
* / | Stop evaluating a host in a playbook when it encounters the first failure. | Michael DeHaan | 2012-02-28 | 2 | -2/+11 |
|/ |
|
* | - 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-27 | 1 | -0/+2 |
* | Drastically simply playbook syntax | Michael DeHaan | 2012-02-27 | 1 | -5/+7 |
* | Add a ton of comments so folks can understand what runner does. More refacto... | Michael DeHaan | 2012-02-27 | 1 | -31/+55 |
* | Added comments to explain the playbook code. | Michael DeHaan | 2012-02-27 | 1 | -9/+54 |
* | In playbooks, each pattern stanza can reference it's own user to run as, so y... | Michael DeHaan | 2012-02-27 | 1 | -5/+12 |
* | Fixed up KV munging in runner, misc fixes to copy, setup, and template modules | Michael DeHaan | 2012-02-27 | 2 | -34/+13 |
* | make copy & template module take key/value parameters so we're consistent. O... | Michael DeHaan | 2012-02-27 | 2 | -5/+16 |
* | trim md5sum string so it does not contain the filename | Michael DeHaan | 2012-02-26 | 1 | -1/+1 |
* | A basic service module with 'ensure' idempotence semantics. Playbook updated... | Michael DeHaan | 2012-02-26 | 1 | -1/+0 |
* | 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 | 2 | -228/+228 |
* | Update reporting on playbook runs. | Michael DeHaan | 2012-02-25 | 1 | -14/+61 |
* | Notifable handlers only run when something is changed. Awesome. | Michael DeHaan | 2012-02-25 | 1 | -21/+37 |
* | Misc refactoring, updated TODO to reflect new templating features being compl... | Michael DeHaan | 2012-02-05 | 1 | -35/+42 |
* | Can it get an easier? Yes it can! Further simply playbook format. | Michael DeHaan | 2012-02-05 | 1 | -1/+4 |
* | Compress the playbook format for readability | Michael DeHaan | 2012-02-05 | 1 | -1/+2 |
* | 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-25 | 1 | -0/+7 |
* | Upgrade output for playbook runs | Michael DeHaan | 2012-02-24 | 1 | -13/+22 |
* | Kinda have to pass the host list parameter | Michael DeHaan | 2012-02-24 | 1 | -1/+2 |
* | Added rough sketch of what I want for playbook support. Debug heavy at the m... | Michael DeHaan | 2012-02-24 | 1 | -21/+112 |
* | Move runner out of __init__.py so it's clear what classes live where. | Michael DeHaan | 2012-02-24 | 3 | -200/+200 |
* | Added initial stub for where playbooks will go, moved to common | Michael DeHaan | 2012-02-24 | 3 | -18/+94 |
* | Merge pull request #4 from skvidal/master | Michael DeHaan | 2012-02-25 | 1 | -2/+5 |
|\ |
|
| * | add support to prompt for ssh password on the cli | Seth Vidal | 2012-02-25 | 1 | -2/+5 |
* | | Use a mktemp'd path for uploading modules | Jeremy Katz | 2012-02-24 | 1 | -4/+7 |
|/ |
|
* | Comments and fixup on the dark/contacted code | Michael DeHaan | 2012-02-24 | 1 | -5/+23 |
* | trim unused modules | Michael DeHaan | 2012-02-24 | 1 | -2/+0 |
* | Rename 'successful' to 'contacted' ... | Michael DeHaan | 2012-02-24 | 1 | -2/+2 |
* | Fix multiprocessing pool usage and remove stackoverflow hack | Michael DeHaan | 2012-02-24 | 1 | -22/+7 |
* | Add explicit calls to close connections | Michael DeHaan | 2012-02-24 | 1 | -0/+2 |