Developer documentation - Change path to connection_plugins (#52577)
* Change path to connection_plugins * Update docs/docsite/rst/dev_guide/developing_plugins.rst Co-Authored-By: kbreit <kevin.breit@kevinbreit.net>
This commit is contained in:
parent
fe2b159106
commit
4af5842409
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ Connection plugins allow Ansible to connect to the target hosts so it can execut
|
|||
|
||||
Ansible version 2.1 introduced the ``smart`` connection plugin. The ``smart`` connection type allows Ansible to automatically select either the ``paramiko`` or ``openssh`` connection plugin based on system capabilities, or the ``ssh`` connection plugin if OpenSSH supports ControlPersist.
|
||||
|
||||
To create a new connection plugin (for example, to support SNMP, Message bus, or other transports), copy the format of one of the existing connection plugins and drop it into the ``connection_plugins`` directory.
|
||||
To create a new connection plugin (for example, to support SNMP, Message bus, or other transports), copy the format of one of the existing connection plugins and drop it into ``connection`` directory on your :ref:`local plugin path <local_plugins>`.
|
||||
|
||||
For example connection plugins, see the source code for the `connection plugins included with Ansible Core <https://github.com/ansible/ansible/tree/devel/lib/ansible/plugins/connection>`_.
|
||||
|
||||
|
|
Loading…
Reference in a new issue