| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Very basic --diff option for showing what happens when templates change. | Michael DeHaan | 2013-02-07 | 1 | -3/+15 |
* | For ansible --list-hosts benefit apply hosts selection limits early | Stoned Elipot | 2013-02-06 | 1 | -0/+2 |
* | This implements a basic --check mode which for now is only implemented on tem... | Michael DeHaan | 2013-02-03 | 1 | -2/+3 |
* | add --list-hosts support to bin/ansible | Christopher A. Snapp | 2012-12-09 | 1 | -0/+11 |
* | Merge branch 'playbook_ssh_ask_pass' of git://github.com/clatour/ansible into... | Michael DeHaan | 2012-11-03 | 1 | -0/+1 |
|\ |
|
| * | Added config option for default ask for ssh_pass | Chandler Latour | 2012-11-02 | 1 | -0/+1 |
* | | Added config option to control default of asking or not for sudo password | Brian Coca | 2012-10-30 | 1 | -0/+1 |
|/ |
|
* | Different return codes for different errors. | Aleksej Romanov | 2012-10-04 | 1 | -2/+2 |
* | Indicate errors with exit code. | Aleksej Romanov | 2012-10-04 | 1 | -0/+5 |
* | Allow /bin/ansible to use --limit | Michael DeHaan | 2012-08-11 | 1 | -2/+2 |
* | Add -vvv support for debugging activity | Michael DeHaan | 2012-08-08 | 1 | -1/+1 |
* | whitespace + remove deprecated YAML parser (migration script lives in example... | Michael DeHaan | 2012-08-06 | 1 | -16/+16 |
* | Remove the -D module debug flag, which no longer is functional due to sudo pt... | Michael DeHaan | 2012-06-19 | 1 | -1/+1 |
* | Fix casing/underscore convention in method name, split polling logic away fro... | Michael DeHaan | 2012-05-25 | 1 | -1/+1 |
* | hook up --private-key to the runner | Seth Vidal | 2012-05-14 | 1 | -0/+1 |
* | Fix non-sudo execution, add --sudo-user to ansible-playbook. | John Kleint | 2012-05-07 | 1 | -7/+5 |
* | Fixup the previous sudo_user support patch to work with playbooks. | Michael DeHaan | 2012-05-06 | 1 | -1/+3 |
* | first bit of getting sudo -u functionality | Jim Richardson | 2012-05-06 | 1 | -2/+4 |
* | Trivial fix: make PyDev happy (imports). | Rafal Lewczuk | 2012-05-01 | 1 | -2/+2 |
* | Modify /usr/bin/ansible and playbooks to use the new async API. | Jeroen Hoekx | 2012-05-01 | 1 | -59/+13 |
* | 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 |