summaryrefslogtreecommitdiff
path: root/bin/ansible
Commit message (Expand)AuthorAgeFilesLines
* move CLI entrypoints under ansible package (#60004)Matt Davis2019-08-021-153/+1
* Use atexit to cleanup tmp dirs (#56532)Sam Doran2019-06-281-3/+0
* Migrate command line parsing to argparse (#50610)Matt Martz2019-04-231-2/+3
* Save the command line arguments into a global contextToshio Kuratomi2019-01-031-3/+3
* Remove runtime usage of pkg_resources.Toshio Kuratomi2018-10-181-9/+1
* Normalize usage of temp and tmp on tmp (#36221)Toshio Kuratomi2018-02-151-1/+1
* Error early if executing python version doesn't meet documented minimums (#34...Matt Martz2018-01-091-0/+9
* Allow PDB to enter post mortem. fixes (#31086)Julien Palard2017-11-281-0/+4
* report extra info in verbose and if neededBrian Coca2017-10-031-0/+5
* nicer error on bad ansible config (#30461)Brian Coca2017-09-191-6/+9
* Miscellaneous pylint fixes.Matt Clay2017-09-131-1/+1
* Miscellaneous ansible-test fixes. (#28355)Matt Clay2017-08-171-1/+1
* bin/ansible comment typo fix (#25799)loqutus2017-06-161-1/+1
* 1st part of ansible config, adds ansible-config to view/manage configs (#12797)Brian Coca2017-06-141-1/+1
* Transition inventory into plugins (#23001)Brian Coca2017-05-231-3/+0
* Handle downstream version additions (#22428)Toshio Kuratomi2017-03-101-10/+16
* fix indent (#20071)TaoBeier2017-01-101-1/+1
* 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