summaryrefslogtreecommitdiff
path: root/bin/ansible
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
* 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-031-165/+37
* preliminary privlege escalation unification + pbrunBrian Coca2015-03-101-32/+21
* Allow ansible (ad-hoc) to support --extra-vars alsoMatt Martz2015-02-111-1/+4
* Fix for not all platforms having optional libraries at the proper versions.Toshio Kuratomi2014-12-161-0/+11
* Remove no-op string declarationPete Smith2014-10-091-20/+0
* Adding a new 'load_callback_plugins' config option, defaults to FalseBruno BAILLUET2014-09-061-0/+2
* No hosts matched goes to stderr.Michael DeHaan2014-07-281-2/+2
* Merge pull request #7649 from sivel/vault-password-scriptJames Cammarata2014-07-141-11/+2
|\
| * Allow --vault-password-file to work with a script as well as a flat fileMatt Martz2014-06-241-11/+2
* | Refactor vars_plugins (host/group_vars)Serge van Ginderachter2014-03-251-1/+1
|/
* Merge pull request #6681 from zytek/develjctanner2014-03-251-1/+1
|\
| * strip() vault password fileJakub Paweł Głazik2014-03-251-1/+1
* | Fixes #6579 allow for vault passwords ending with newline charsJames Tanner2014-03-191-3/+0
* | Fixes #6467 ansible command should not assume sudo if ask_sudo_pass or sudo_userJames Tanner2014-03-171-2/+0
|/
* Addresses #6188 Add --vault-password-file to bin/ansible and bin/ansible-play...James Tanner2014-02-261-0/+24
* Fix ansible cli to use vault for group var filesJames Tanner2014-02-191-3/+25
* Revert "Revert "Merge pull request #5325 from angstwad/add-su-support""Paul Durivage2014-01-201-9/+32
* Revert "Merge pull request #5325 from angstwad/add-su-support"James Tanner2014-01-201-32/+9
* Make sudo and su command line arguments mutually exclusivePaul Durivage2014-01-201-0/+8
* Proposing fix for Issue #4324; adding support for su in connection plugins ss...Paul Durivage2014-01-201-9/+24
* Exit 0 with no matched hostsJesse Keating2013-11-061-2/+2
* Exit with status 3 if no failures but unreachable.Jesse Keating2013-08-141-1/+1
* Misc style fixes.Michael DeHaan2013-08-101-3/+3