connection plugins¶
This is the list of connection plugins in the ansible.netcommon collection:
| Plugin | Description |
|---|---|
| ansible.netcommon.grpc | Provides a persistent connection using the gRPC protocol |
| ansible.netcommon.httpapi | Use httpapi to run command on network appliances |
| ansible.netcommon.libssh | Run tasks using libssh for ssh connection |
| ansible.netcommon.netconf | Provides a persistent connection using the netconf protocol |
| ansible.netcommon.network_cli | Use network_cli to run command on network appliances |
| ansible.netcommon.persistent | Use a persistent unix socket for connection |