summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | Configure retry file usage and locationMaykel Moya2014-10-231-1/+1
* | | | Only write actual errors to stderrSören Tempel2015-01-301-2/+2
| |/ / |/| |
* | | ignore VERSION file in ansible-docrpe-github2015-01-221-1/+1
* | | Allow ansible-playbook to determine if an invalid limit is specifiedToshio Kuratomi2015-01-191-2/+16
* | | Converted empty inventory error to warningJacopo2015-01-171-0/+2
* | | Removed early check for empty inventoryJacopo2014-12-301-2/+0
* | | Merge pull request #9809 from mscherer/fix_9695Toshio Kuratomi2014-12-161-2/+5
|\ \ \
| * | | Use --version to see if less can be executedMichael Scherer2014-12-141-1/+1
| * | | Do not assume that stdin is a ttyMichael Scherer2014-12-141-1/+4
* | | | Fix for not all platforms having optional libraries at the proper versions.Toshio Kuratomi2014-12-163-2/+29
* | | | Merge pull request #7306 from abadger/feature/egg-infoBrian Coca2014-12-152-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Restore the pkg_resources calls so that we pull in the correct pycrypto on RHEL6Toshio Kuratomi2014-05-062-4/+4
* | | | used del instead of pop, removed unused pprint importBrian Coca2014-11-201-2/+1
* | | | Merge pull request #9534 from mmicael1/develBrian Coca2014-11-181-0/+4
|\ \ \ \
| * | | | Add tags optionsmmicael12014-11-101-0/+4
* | | | | implemented info action for galaxyBrian Coca2014-11-121-9/+63
|/ / / /
* | | | ansible doc now finds modules recursivelyBrian Coca2014-11-011-19/+29
* | | | avoid modifying module var by just passing the substring to the appendBrian Coca2014-10-301-2/+1