summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* always log unexpected exceptionsBrian Coca2016-10-131-1/+3
* Fixes to the controller text model (#17527)Toshio Kuratomi2016-09-121-3/+10
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-6/+6
* Remove debug lockJames Cammarata2016-09-061-1/+0
* Fix bin/ansible to not make a double traceback on python3 (#15972)Michael Scherer2016-06-021-1/+6
* Controller-side module caching.Toshio Kuratomi2016-04-121-8/+15
* moved display's debug lock to cli as globalBrian Coca2016-04-081-0/+4
* draft 1st release of ansible-consoleBrian Coca2016-03-071-0/+1
* Transform tracebacks into unicode before printingToshio Kuratomi2016-01-251-1/+2
* Changing the way workers are forkedJames Cammarata2015-12-111-0/+1
* Migrate cli and dependencies to use global displayToshio Kuratomi2015-11-111-1/+1
* narrow the scope of import error and make sure non - aliases to ansible get t...Brian Coca2015-11-021-5/+9
* made cli code more flexible to add new command line programs w/o need for upd...Brian Coca2015-11-021-14/+11
* now correctly traps unimplemented symlinks as subprogramsBrian Coca2015-11-021-6/+7
* Revert "capture some install issues and give out a slightly nicer error"Toshio Kuratomi2015-10-271-5/+0
* capture some install issues and give out a slightly nicer errorBrian Coca2015-10-271-0/+5
* Add python3-compat boilerplate to all .py files in lib/ansibleToshio Kuratomi2015-10-191-1/+1
* Improve handling of unicode errorsJames Cammarata2015-10-081-4/+5
* Revert "Allow exceptions to pass through the program"Brian Coca2015-08-061-6/+2
* Allow exceptions to pass through the programWill Thames2015-08-061-2/+6
* added wrap_text to 'last resort' as it fails if there is an error in callbacksBrian Coca2015-07-241-1/+3
* Don't wrap text on most errorsJames Cammarata2015-07-231-3/+3
* Allow full exception tracebacks to be displayed with increased verbosityJames Cammarata2015-07-071-1/+9
* Don't wrap text for AnsibleParserErrorMarc Abramowitz2015-07-071-1/+1
* now has display of last resortBrian Coca2015-07-051-8/+18
* now traps exceptions on display instantiationBrian Coca2015-07-051-1/+2
* switched to argv[0] from __file__ as it is what we actually wantedBrian Coca2015-06-091-1/+1
* slight changes to error handling to align with v1Brian Coca2015-05-131-4/+14
* Making the switch to v2James Cammarata2015-05-036-2287/+42
* Fix --force-handlers, and allow it in plays and ansible.cfgJesse Rusak2015-04-101-1/+2
* Allow ansible-galaxy to install symlinksJames Cammarata2015-03-231-1/+1
* avoid path issues by determining the path of ansible-pull and using its path ...Steve Gargan2015-03-171-3/+6
* fix issue with ask pass signatureBrian Coca2015-03-111-1/+1
* preliminary privlege escalation unification + pbrunBrian Coca2015-03-102-52/+37
* added list-tags option and also show tags in list-tasks optionBrian Coca2015-03-091-9/+20
* fix ansible-doc listing with new docstringBrian Coca2015-03-041-1/+1
* Merge pull request #9129 from lotia/develBrian Coca2015-02-261-2/+1
|\
| * Clean up template comment text in ansible-galaxyAli Asad Lotia2014-09-241-2/+1
* | Merge pull request #10183 from bcoca/tag_controlBrian Coca2015-02-251-22/+4
|\ \
| * | added testsBrian Coca2015-02-131-22/+4
* | | ansible-doc now shows return value docsBrian Coca2015-02-191-1/+6
|/ /
* | Allow ansible (ad-hoc) to support --extra-vars alsoMatt Martz2015-02-113-16/+7
* | Add issue_tracker_url to the galaxy templateMonty Taylor2015-02-101-0/+4
* | Merge pull request #10189 from boxofrad/develBrian Coca2015-02-091-1/+1
|\ \
| * | Ignore errors from `shutil.rmtree` when removing temporary directoryDaniel Upton2015-02-091-1/+1
* | | Merge pull request #10174 from dago/solarisBrian Coca2015-02-091-1/+6
|\ \ \ | |/ / |/| |
| * | Use termios instead of stty for compatibilityDagobert Michelsen2015-02-061-1/+6
* | | Fix for v1 handling of unicode extra-varsToshio Kuratomi2015-02-021-2/+4
* | | Fix #6346. Add key_file and accept_hostkey to ansible-pullMax Riveiro2015-01-311-1/+13
* | | Merge pull request #9404 from mmoya/configure-retry-filesBrian Coca2015-01-301-1/+1
|\ \ \