Commit Graph

446 Commits (ccb40e364fc5b485e91cd1f866425f1c8e104fce)

Author SHA1 Message Date
Peter Sprygada 312328e22c adds more logging to ansible-connection (#20298)
9 years ago
Peter Sprygada 3f949358c7 adds some more logging to ansible-connection (#20205)
9 years ago
TaoBeier 6ec0369c26 fix indent (#20071)
9 years ago
Peter Sprygada 6fe9a5e40c functional updates to ansible-connection (#18574)
10 years ago
James Cammarata 336f8d7233 Removing q debugging cruft from ansible-connection
10 years ago
James Cammarata 85064807af Removing test script for ansible-connection
10 years ago
James Cammarata 26ec2ecfce Adding a persistent connection utility
10 years ago
Brian Coca 18d3e0533f always log unexpected exceptions
10 years ago
Toshio Kuratomi bf29961947 Fixes to the controller text model (#17527)
10 years ago
Toshio Kuratomi 4ed88512e4 Move uses of to_bytes, to_text, to_native to use the module_utils version (#17423)
10 years ago
James Cammarata 37f721f315 Remove debug lock
10 years ago
Michael Scherer f0023610e8 Fix bin/ansible to not make a double traceback on python3 (#15972)
10 years ago
Toshio Kuratomi dcc5dfdf81 Controller-side module caching.
10 years ago
Brian Coca 0eb2844cc6 moved display's debug lock to cli as global
10 years ago
Brian Coca e74ab3ecdd draft 1st release of ansible-console
10 years ago
Toshio Kuratomi f4d68b8860 Transform tracebacks into unicode before printing
10 years ago
James Cammarata 120b9a7ac6 Changing the way workers are forked
11 years ago
Toshio Kuratomi 318bfbb207 Migrate cli and dependencies to use global display
11 years ago
Brian Coca 10fd717a44 narrow the scope of import error and make sure non - aliases to ansible get their own error
11 years ago
Brian Coca d0a22a7b45 made cli code more flexible to add new command line programs w/o need for updating bin/ansible
11 years ago
Brian Coca 56a2412dc2 now correctly traps unimplemented symlinks as subprograms
11 years ago
Toshio Kuratomi 7c10c16251 Revert "capture some install issues and give out a slightly nicer error"
11 years ago
Brian Coca e6b1dc45e1 capture some install issues and give out a slightly nicer error
11 years ago
Toshio Kuratomi f34b55ac2b Add python3-compat boilerplate to all .py files in lib/ansible
11 years ago
James Cammarata de792ba3c2 Improve handling of unicode errors
11 years ago
Brian Coca a5e6845c8b Revert "Allow exceptions to pass through the program"
11 years ago
Will Thames 59f96d713e Allow exceptions to pass through the program
11 years ago
Brian Coca e49575ff56 added wrap_text to 'last resort' as it fails if there is an error in callbacks
11 years ago
James Cammarata 469aa0c26a Don't wrap text on most errors
11 years ago
James Cammarata 6d50a261c5 Allow full exception tracebacks to be displayed with increased verbosity
11 years ago
Marc Abramowitz 314bae2a9e Don't wrap text for AnsibleParserError
11 years ago
Brian Coca f42b6237d9 now has display of last resort
11 years ago
Brian Coca 6a75125f32 now traps exceptions on display instantiation
11 years ago
Brian Coca fdeca37257 switched to argv[0] from __file__ as it is what we actually wanted
11 years ago
Brian Coca b85ce38834 slight changes to error handling to align with v1
11 years ago
James Cammarata ce3ef7f4c1 Making the switch to v2
11 years ago
Jesse Rusak 652cd6cd5e Fix --force-handlers, and allow it in plays and ansible.cfg
11 years ago
James Cammarata 317728f649 Allow ansible-galaxy to install symlinks
11 years ago
Steve Gargan 4ce791fe84 avoid path issues by determining the path of ansible-pull and using its path to run ansible and ansible-playbook
11 years ago
Brian Coca 1fd0a78b0e fix issue with ask pass signature
11 years ago
Brian Coca 5f6db0e164 preliminary privlege escalation unification + pbrun
11 years ago
Brian Coca 8267bb2ae1 added list-tags option and also show tags in list-tasks option
11 years ago
Brian Coca 4805fa6b0b fix ansible-doc listing with new docstring
11 years ago
Brian Coca 9f83af51b7 Merge pull request #9129 from lotia/devel
11 years ago
Brian Coca c81d981164 Merge pull request #10183 from bcoca/tag_control
11 years ago
Brian Coca 1e818f9c50 ansible-doc now shows return value docs
11 years ago
Brian Coca 65c08d1364 added tests
11 years ago
Matt Martz 68358e31fb Allow ansible (ad-hoc) to support --extra-vars also
11 years ago
Monty Taylor 38e81083cd Add issue_tracker_url to the galaxy template
11 years ago
Brian Coca 76a5dd7f62 Merge pull request #10189 from boxofrad/devel
11 years ago