| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow playbook to take --connection=local for easier reuse of playbook in kic... | Michael DeHaan | 2012-04-12 | 1 | -4/+2 |
* | Merge commit '8ae71cc' into integration | Michael DeHaan | 2012-04-10 | 1 | -8/+7 |
|\ |
|
| * | go back to using a normal optparser to add options instead of the dict | Seth Vidal | 2012-04-10 | 1 | -8/+7 |
* | | Added usage info to bin/ansible-playbook, now shows options on bare command l... | Brad Olson | 2012-04-10 | 1 | -2/+4 |
* | | began playbook tweak | Brad Olson | 2012-04-10 | 1 | -1/+1 |
|/ |
|
* | Modification on top of skvidal's common options patch to keep options to comm... | Michael DeHaan | 2012-04-06 | 1 | -19/+13 |
* | Amend option descriptions. | Michael DeHaan | 2012-04-06 | 1 | -2/+2 |
* | move the bulk of the opt parsing out of ansible/ansible-playbook and into utils | Seth Vidal | 2012-04-05 | 1 | -16/+3 |
* | Change debug flag to D instead of d. | Jeroen Hoekx | 2012-03-31 | 1 | -1/+1 |
* | Add --debug option to ansible-playbook. | Jeroen Hoekx | 2012-03-31 | 1 | -0/+3 |
* | --extra-vars option for ansible-playbook | Michael DeHaan | 2012-03-30 | 1 | -0/+3 |
* | Added preliminary support for --sudo to ansible, playbook support and further... | Michael DeHaan | 2012-03-29 | 1 | -1/+0 |
* | Expose remote_port option in playbook | Michael DeHaan | 2012-03-28 | 1 | -0/+4 |
* | Recieved quite a few requests to run python via /usr/bin/env, so doing that. | Michael DeHaan | 2012-03-26 | 1 | -1/+1 |
* | Fixes from pyflakes | Michael DeHaan | 2012-03-26 | 1 | -2/+1 |
* | Applying callback model to runner, and using that in playbooks, so output can... | Michael DeHaan | 2012-03-25 | 1 | -10/+18 |
* | use capital O. | Michael DeHaan | 2012-03-24 | 1 | -1/+1 |
* | Add a "-o" override option so hosts not in a playbook can still be managed by... | Michael DeHaan | 2012-03-24 | 1 | -1/+7 |
* | move callbacks to seperate file, anticipating callbacks for Runner() as well | Michael DeHaan | 2012-03-21 | 1 | -59/+2 |
* | playbooks -- Ratchet up logging prior to gating things with verbosity control... | Michael DeHaan | 2012-03-20 | 1 | -1/+10 |
* | Ratchet up logging a few notches prior to controlling w/ verbosity settings | Michael DeHaan | 2012-03-20 | 1 | -5/+18 |
* | Enhance logging, way to gate verbosity levels pending. | Michael DeHaan | 2012-03-20 | 1 | -7/+10 |
* | Allow conditional imports, see examples/playbook3.yml comments for a full exp... | Michael DeHaan | 2012-03-19 | 1 | -0/+9 |
* | Regression tests for playbooks, logging the events they call via callbacks. | Michael DeHaan | 2012-03-18 | 1 | -1/+1 |
* | Remove "import *"'s from bin/ansible-playbook code so pyflakes will be usable. | Michael DeHaan | 2012-03-18 | 1 | -8/+9 |
* | Allow the SSH timeout to be passed to playbooks just like it already could wi... | Michael DeHaan | 2012-03-13 | 1 | -1/+4 |
* | Various additions to make sure timed out and failed hosts are taken out of th... | Michael DeHaan | 2012-03-13 | 1 | -0/+3 |
* | Annotate more files, fix missing imports messing with playbooks. Hey Tim, pl... | Michael DeHaan | 2012-03-13 | 1 | -1/+2 |
* | Implement friendlier error handling. | Tim Bielawa | 2012-03-12 | 1 | -6/+5 |
* | This adds async poll support to playbooks. See examples. Some more testing ... | Michael DeHaan | 2012-03-12 | 1 | -0/+6 |
* | Move print statements out of playbook.py and back into CLI so we can simplify... | Michael DeHaan | 2012-03-06 | 1 | -0/+29 |
* | Add -i, -k, and -M to ansible-playbook CLI to match options in /usr/bin/ansible | Michael DeHaan | 2012-03-02 | 1 | -4/+16 |
* | Add pydoc to playbook binary, fix default types for playbook '.get()' call | Michael DeHaan | 2012-03-02 | 1 | -1/+8 |
* | Rename ans-command to ansible-command and ans-playbook to ansible-playbook so... | Michael DeHaan | 2012-02-28 | 1 | -0/+56 |