summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* If the inventory file is EXECUTABLE, treat it as a file returning JSON, if ca...Michael DeHaan2012-03-301-2/+0
* Fix -t tree mode so it writes out the value for each host, not everything, on...Michael DeHaan2012-03-131-1/+1
* 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
* Upgrades to error handling, now general try/catch available.Michael DeHaan2012-03-131-1/+4
* 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-122-10/+14
* This adds async poll support to playbooks. See examples. Some more testing ...Michael DeHaan2012-03-121-0/+6
* Add polling logic in runner such that all actions get kicked off everywhere t...Michael DeHaan2012-03-111-8/+62
* Add async polling logic to runner. Will add to playbook shortly, have to dia...Michael DeHaan2012-03-111-1/+5
* Move print statements out of playbook.py and back into CLI so we can simplify...Michael DeHaan2012-03-061-0/+29
* Laying the groundwork for async mode, async status script still needs to be d...Michael DeHaan2012-03-031-0/+3
* Add -i, -k, and -M to ansible-playbook CLI to match options in /usr/bin/ansibleMichael DeHaan2012-03-021-4/+16
* add pyflakes target & associated fixes. Also decided to save JSON to --tree ...Michael DeHaan2012-03-021-1/+1
* Add pydoc to playbook binary, fix default types for playbook '.get()' callMichael DeHaan2012-03-021-1/+8
* Added pydoc for functions in Cli()Michael DeHaan2012-03-021-0/+10
* Extensive refactoring of bin/ansible, moving most output functions into lib/a...Michael DeHaan2012-03-021-102/+40
* Add a newline in output here, possibly considering printing top level keys flatMichael DeHaan2012-03-021-3/+3
* Let "all" be an alias for "*" in patterns, fix output bug on non-command exec...Michael DeHaan2012-03-021-0/+1
* -p has been replaced by a required option. Various docs changes.Michael DeHaan2012-03-011-51/+51
* README/doc/example updates to go with group support and CLI option changes.Michael DeHaan2012-03-011-15/+14
* add a -T option for setting ssh timeout in secondsChristopher Johnston2012-03-011-0/+3
* python 2.5 does not include json so lets try to use simplejsonChristopher Johnston2012-02-291-1/+5
* Plan to merge things back into ansible means we can simplify our code treeMichael DeHaan2012-02-281-6/+18
* Have ansible yell if no module name is suppliedMichael DeHaan2012-02-281-1/+6
* Rename opts so --help looks cleanerMichael DeHaan2012-02-281-13/+12
* merge Seth's ansible-command script with ansible proper, so we can do nice ou...Michael DeHaan2012-02-282-160/+106
* Rename ans-command to ansible-command and ans-playbook to ansible-playbook so...Michael DeHaan2012-02-282-0/+0
* minor option consistencyMichael DeHaan2012-02-281-1/+1
* Because I can't remember which options are supposed to be uppercase and which...Michael DeHaan2012-02-281-2/+2
* Updates to ansible-playbook helper programMichael DeHaan2012-02-281-4/+8
* Fix output on failed hostsMichael DeHaan2012-02-281-12/+29
* Continued ans-command output upgrades, fixed output_dest back againMichael DeHaan2012-02-281-3/+10
* Some code refactoring + output upgradesMichael DeHaan2012-02-281-15/+29
* always show return codes (seems like a reasonable thing to do), make one line...Michael DeHaan2012-02-281-9/+2
* Fix my error from not removing this parameterMichael DeHaan2012-02-281-1/+1
* ok I see output_dest was actually used but IMHO this should be something we u...Michael DeHaan2012-02-281-14/+0
* Merge branch 'master' of github.com:mpdehaan/ansibleMichael DeHaan2012-02-282-42/+14
|\
| * Require that ansible managed hosts be in the list of hosts to manage to avoidMichael DeHaan2012-02-281-4/+1
| * Make /bin/ansible use the common options from lib/ansible/scriptsMichael DeHaan2012-02-281-38/+13
* | remove unused optionMichael DeHaan2012-02-281-2/+0
|/
* Minor option string relabelling, move one option from common into helper scriptMichael DeHaan2012-02-281-5/+10
* remove debug statementMichael DeHaan2012-02-281-2/+0
* Add ansible command, fix import error in runnerMichael DeHaan2012-02-281-0/+52
* Minor error handling tweaks (yell if no args) for ansible-command and some minorMichael DeHaan2012-02-281-13/+20
* Add GPLv3 license headers to new files. Approved by all contributors on mail...Michael DeHaan2012-02-281-2/+17
* Merge branch 'master' of github.com:mpdehaan/ansibleMichael DeHaan2012-02-281-0/+117
|\
| * ans-command and scripts.py for the basic cli parser to be imported elsewhereSeth Vidal2012-02-281-0/+117
* | Relicensing to GPLv3, all previous committers ok'd on mailing list.Michael DeHaan2012-02-281-17/+13
|/
* Update reporting on playbook runs.Michael DeHaan2012-02-251-2/+2