Files
Jonathan Rosser ad1618633f Automatically import ssh connection plugin options from the base class
It has been necessary to manually keep the OSA connection plugin
module options matching those in the builtin ssh connection plugin
that it is derived from. It is possible for differences to
accumulate over time as ansible versions are updated and this can
lead to errors, and difficult using the plugin with different versions
of ansible.

This patch uses the "documentation fragments" ansible feature, but
instead of statically defining the options in the fragment, the
builtin ssh connection plugin is loaded and the options section from
the DOCUMENTATION string is extracted and re-used.

Change-Id: Id1879c706a980c37dc68544f1230bd4733135959
2025-03-19 07:46:19 +00:00
..