module plugins¶
This is the list of module plugins in the ansible.netcommon collection:
| Plugin | Description |
|---|---|
| ansible.netcommon.cli_backup | Back up device configuration from network devices over network_cli |
| ansible.netcommon.cli_command | Run a cli command on cli-based network devices |
| ansible.netcommon.cli_config | Push text based configuration to network devices over network_cli |
| ansible.netcommon.cli_restore | Restore device configuration to network devices over network_cli |
| ansible.netcommon.grpc_config | Fetch configuration/state data from gRPC enabled target hosts. |
| ansible.netcommon.grpc_get | Fetch configuration/state data from gRPC enabled target hosts. |
| ansible.netcommon.net_get | Copy a file from a network device to Ansible Controller |
| ansible.netcommon.net_ping | Tests reachability using ping from a network device |
| ansible.netcommon.net_put | Copy a file from Ansible Controller to a network device |
| ansible.netcommon.netconf_config | netconf device configuration |
| ansible.netcommon.netconf_get | Fetch configuration/state data from NETCONF enabled network devices. |
| ansible.netcommon.netconf_rpc | Execute operations on NETCONF enabled network devices. |
| ansible.netcommon.network_resource | Manage resource modules |
| ansible.netcommon.restconf_config | Handles create, update, read and delete of configuration data on RESTCONF enabled devices. |
| ansible.netcommon.restconf_get | Fetch configuration/state data from RESTCONF enabled devices. |
| ansible.netcommon.telnet | Executes a low-down and dirty telnet command |