ansible / ansible-runner

A tool and python library that helps when interfacing with Ansible directly or as part of another system whether that be through a container image interface, as a standalone tool, or as a Python module that can be imported. The goal is to provide a stable and consistent interface abstraction to Ansible.
Other
967 stars 355 forks source link

Add "expert" mode for wrapping commands #1320

Open sivel opened 1 year ago

sivel commented 1 year ago

For certain use cases the command wrapping written within runner does not meet integrators needs. Instead of adding hundreds of toggles to configure bespoke functionalities, add an "API" to allow integrators to have full control over wrapping.

sivel commented 1 year ago

A few issues should attempt resolve: