summaryrefslogtreecommitdiff
path: root/bin/ansible-playbook
Commit message (Expand)AuthorAgeFilesLines
* Allow playbook to take --connection=local for easier reuse of playbook in kic...Michael DeHaan2012-04-121-4/+2
* Merge commit '8ae71cc' into integrationMichael DeHaan2012-04-101-8/+7
|\
| * go back to using a normal optparser to add options instead of the dictSeth Vidal2012-04-101-8/+7
* | Added usage info to bin/ansible-playbook, now shows options on bare command l...Brad Olson2012-04-101-2/+4
* | began playbook tweakBrad Olson2012-04-101-1/+1
|/
* Modification on top of skvidal's common options patch to keep options to comm...Michael DeHaan2012-04-061-19/+13
* Amend option descriptions.Michael DeHaan2012-04-061-2/+2
* move the bulk of the opt parsing out of ansible/ansible-playbook and into utilsSeth Vidal2012-04-051-16/+3
* Change debug flag to D instead of d.Jeroen Hoekx2012-03-311-1/+1
* Add --debug option to ansible-playbook.Jeroen Hoekx2012-03-311-0/+3
* --extra-vars option for ansible-playbookMichael DeHaan2012-03-301-0/+3
* Added preliminary support for --sudo to ansible, playbook support and further...Michael DeHaan2012-03-291-1/+0
* Expose remote_port option in playbookMichael DeHaan2012-03-281-0/+4
* Recieved quite a few requests to run python via /usr/bin/env, so doing that.Michael DeHaan2012-03-261-1/+1
* Fixes from pyflakesMichael DeHaan2012-03-261-2/+1
* Applying callback model to runner, and using that in playbooks, so output can...Michael DeHaan2012-03-251-10/+18
* use capital O.Michael DeHaan2012-03-241-1/+1
* Add a "-o" override option so hosts not in a playbook can still be managed by...Michael DeHaan2012-03-241-1/+7
* move callbacks to seperate file, anticipating callbacks for Runner() as wellMichael DeHaan2012-03-211-59/+2
* playbooks -- Ratchet up logging prior to gating things with verbosity control...Michael DeHaan2012-03-201-1/+10
* Ratchet up logging a few notches prior to controlling w/ verbosity settingsMichael DeHaan2012-03-201-5/+18
* Enhance logging, way to gate verbosity levels pending.Michael DeHaan2012-03-201-7/+10
* Allow conditional imports, see examples/playbook3.yml comments for a full exp...Michael DeHaan2012-03-191-0/+9
* Regression tests for playbooks, logging the events they call via callbacks.Michael DeHaan2012-03-181-1/+1
* Remove "import *"'s from bin/ansible-playbook code so pyflakes will be usable.Michael DeHaan2012-03-181-8/+9
* Allow the SSH timeout to be passed to playbooks just like it already could wi...Michael DeHaan2012-03-131-1/+4
* Various additions to make sure timed out and failed hosts are taken out of th...Michael DeHaan2012-03-131-0/+3
* Annotate more files, fix missing imports messing with playbooks. Hey Tim, pl...Michael DeHaan2012-03-131-1/+2
* Implement friendlier error handling.Tim Bielawa2012-03-121-6/+5
* This adds async poll support to playbooks. See examples. Some more testing ...Michael DeHaan2012-03-121-0/+6
* Move print statements out of playbook.py and back into CLI so we can simplify...Michael DeHaan2012-03-061-0/+29
* Add -i, -k, and -M to ansible-playbook CLI to match options in /usr/bin/ansibleMichael DeHaan2012-03-021-4/+16
* Add pydoc to playbook binary, fix default types for playbook '.get()' callMichael DeHaan2012-03-021-1/+8
* Rename ans-command to ansible-command and ans-playbook to ansible-playbook so...Michael DeHaan2012-02-281-0/+56