| Commit message (Expand) | Author | Age | Files | Lines |
* | Unused imports | Michael DeHaan | 2012-04-21 | 1 | -1/+0 |
* | Don't prompt for password info if the pattern wouldn't have matched any hosts... | Michael DeHaan | 2012-04-21 | 1 | -2/+9 |
* | Update bin/ansible to fix usage of inventory API + no more verbose option | Michael DeHaan | 2012-04-19 | 1 | -2/+2 |
* | verbose option is not being used, so remove it. debug variable still exists. | Michael DeHaan | 2012-04-16 | 1 | -1/+1 |
* | Allow --user for playbooks, no need for port setting as can specify in invent... | Michael DeHaan | 2012-04-16 | 1 | -4/+3 |
* | Refactor inventory code out of Runner. | Jeroen Hoekx | 2012-04-16 | 1 | -3/+5 |
* | Merge remote branch 'public/integration' into integration | Michael DeHaan | 2012-04-13 | 1 | -0/+2 |
|\ |
|
| * | Stop async /bin/ansible if completed on all hosts. | Jeroen Hoekx | 2012-04-13 | 1 | -0/+2 |
* | | Update manpages, fix missing variable assignment | Michael DeHaan | 2012-04-13 | 1 | -1/+2 |
* | | Add support for specifying sudo passwords to both ansible & playbook. Nopass... | Michael DeHaan | 2012-04-13 | 1 | -2/+5 |
|/ |
|
* | Add defaults to command help to avoid a certain class of user questions. | Michael DeHaan | 2012-04-12 | 1 | -1/+2 |
* | Merge branch 'master' into localconnection | Stephen Fromm | 2012-04-12 | 1 | -18/+6 |
|\ |
|
| * | Merge commit '8ae71cc' into integration | Michael DeHaan | 2012-04-10 | 1 | -17/+6 |
| |\ |
|
| | * | go back to using a normal optparser to add options instead of the dict | Seth Vidal | 2012-04-10 | 1 | -17/+6 |
| * | | Wired in Michael's usage string optparse style. | Brad Olson | 2012-04-09 | 1 | -1/+1 |
| |/ |
|
* | | Add support to bin/ansible for --connection option | Stephen Fromm | 2012-04-10 | 1 | -1/+2 |
|/ |
|
* | Modification on top of skvidal's common options patch to keep options to comm... | Michael DeHaan | 2012-04-06 | 1 | -6/+17 |
* | move the bulk of the opt parsing out of ansible/ansible-playbook and into utils | Seth Vidal | 2012-04-05 | 1 | -28/+3 |
* | Surface module debug (-D) to /usr/bin/ansible also | Michael DeHaan | 2012-03-31 | 1 | -0/+3 |
* | pyflakes: Unused import / unused var | Michael DeHaan | 2012-03-30 | 1 | -1/+0 |
* | Treat module args as strings everywhere to avoid unneccessary shlex and requo... | Michael DeHaan | 2012-03-30 | 1 | -2/+2 |
* | Added preliminary support for --sudo to ansible, playbook support and further... | Michael DeHaan | 2012-03-29 | 1 | -1/+3 |
* | Fix exception catching for py2.4 | Tim Bielawa | 2012-03-29 | 1 | -1/+1 |
* | Expose remote_port option in playbook | Michael DeHaan | 2012-03-28 | 1 | -0/+1 |
* | just some minor clean up single vs double in getopt parsing | Christopher Johnston | 2012-03-28 | 1 | -13/+13 |
* | add support for using an alternate remote port | Christopher Johnston | 2012-03-28 | 1 | -3/+7 |
* | Recieved quite a few requests to run python via /usr/bin/env, so doing that. | Michael DeHaan | 2012-03-26 | 1 | -1/+1 |
* | Make /usr/bin/ansible output realtime and also delete some code! | Michael DeHaan | 2012-03-26 | 1 | -52/+24 |
* | Applying callback model to runner, and using that in playbooks, so output can... | Michael DeHaan | 2012-03-25 | 1 | -1/+6 |
* | Import cleanup, plus have /bin/ansible remind you if no hosts were matched by... | Michael DeHaan | 2012-03-18 | 1 | -0/+3 |
* | Remove "import *" from bin/ansible so we can use pyflakes, and remove unneede... | Michael DeHaan | 2012-03-18 | 1 | -18/+12 |
* | If the inventory file is EXECUTABLE, treat it as a file returning JSON, if ca... | Michael DeHaan | 2012-03-30 | 1 | -2/+0 |
* | Fix -t tree mode so it writes out the value for each host, not everything, on... | Michael DeHaan | 2012-03-13 | 1 | -1/+1 |
* | Upgrades to error handling, now general try/catch available. | Michael DeHaan | 2012-03-13 | 1 | -1/+4 |
* | Implement friendlier error handling. | Tim Bielawa | 2012-03-12 | 1 | -4/+9 |
* | Add polling logic in runner such that all actions get kicked off everywhere t... | Michael DeHaan | 2012-03-11 | 1 | -8/+62 |
* | Add async polling logic to runner. Will add to playbook shortly, have to dia... | Michael DeHaan | 2012-03-11 | 1 | -1/+5 |
* | Laying the groundwork for async mode, async status script still needs to be d... | Michael DeHaan | 2012-03-03 | 1 | -0/+3 |
* | add pyflakes target & associated fixes. Also decided to save JSON to --tree ... | Michael DeHaan | 2012-03-02 | 1 | -1/+1 |
* | Added pydoc for functions in Cli() | Michael DeHaan | 2012-03-02 | 1 | -0/+10 |
* | Extensive refactoring of bin/ansible, moving most output functions into lib/a... | Michael DeHaan | 2012-03-02 | 1 | -102/+40 |
* | Add a newline in output here, possibly considering printing top level keys flat | Michael DeHaan | 2012-03-02 | 1 | -3/+3 |
* | Let "all" be an alias for "*" in patterns, fix output bug on non-command exec... | Michael DeHaan | 2012-03-02 | 1 | -0/+1 |
* | -p has been replaced by a required option. Various docs changes. | Michael DeHaan | 2012-03-01 | 1 | -51/+51 |
* | README/doc/example updates to go with group support and CLI option changes. | Michael DeHaan | 2012-03-01 | 1 | -15/+14 |
* | add a -T option for setting ssh timeout in seconds | Christopher Johnston | 2012-03-01 | 1 | -0/+3 |
* | python 2.5 does not include json so lets try to use simplejson | Christopher Johnston | 2012-02-29 | 1 | -1/+5 |
* | Plan to merge things back into ansible means we can simplify our code tree | Michael DeHaan | 2012-02-28 | 1 | -6/+18 |
* | Have ansible yell if no module name is supplied | Michael DeHaan | 2012-02-28 | 1 | -1/+6 |
* | Rename opts so --help looks cleaner | Michael DeHaan | 2012-02-28 | 1 | -13/+12 |