Skip to content

GomathiselviS/netcommon

 
 

Repository files navigation

Ansible Network Collection for Common Code (netcommon)

CI

The Ansible ansible.netcommon collection includes common content to help automate the management of network, security, and cloud devices. This includes connection plugins, such as network_cli, httpapi, and netconf.

Included content

Become plugins

Name Description
ansible.netcommon.enable Switch to elevated permissions on a network device

Connection plugins

Name Description
ansible.netcommon.httpapi Use httpapi to run command on network appliances
ansible.netcommon.napalm Provides persistent connection using NAPALM
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

Filter plugins

Name Description
ansible.netcommon.cidr_merge ansible.netcommon cidr_merge filter plugin
ansible.netcommon.comp_type5 ansible.netcommon comp_type5 filter plugin
ansible.netcommon.hash_salt ansible.netcommon hash_salt filter plugin
ansible.netcommon.hwaddr Check if string is a HW/MAC address and filter it
ansible.netcommon.ip4_hex Convert an IPv4 address to Hexadecimal notation
ansible.netcommon.ipaddr Check if string is an IP address or network and filter it
ansible.netcommon.ipmath ansible.netcommon ipmath filter plugin
ansible.netcommon.ipsubnet Manipulate IPv4/IPv6 subnets
ansible.netcommon.ipv4 ansible.netcommon ipv4 filter plugin
ansible.netcommon.ipv6 ansible.netcommon ipv6 filter plugin
ansible.netcommon.ipwrap ansible.netcommon ipwrap filter plugin
ansible.netcommon.macaddr ansible.netcommon macaddr filter plugin
ansible.netcommon.network_in_network Checks whether the 'test' address or addresses are in 'value', including broadcast and network
ansible.netcommon.network_in_usable Checks whether 'test' is a useable address or addresses in 'value'
ansible.netcommon.next_nth_usable ansible.netcommon next_nth_usable filter plugin
ansible.netcommon.nthhost Get the nth host within a given network
ansible.netcommon.parse_cli ansible.netcommon parse_cli filter plugin
ansible.netcommon.parse_cli_textfsm ansible.netcommon parse_cli_textfsm filter plugin
ansible.netcommon.parse_xml ansible.netcommon parse_xml filter plugin
ansible.netcommon.previous_nth_usable ansible.netcommon previous_nth_usable filter plugin
ansible.netcommon.reduce_on_network Reduces a list of addresses to only the addresses that match a given network.
ansible.netcommon.slaac Get the SLAAC address within given network
ansible.netcommon.type5_pw ansible.netcommon type5_pw filter plugin
ansible.netcommon.vlan_parser Input: Unsorted list of vlan integers

Httpapi plugins

Name Description
ansible.netcommon.restconf HttpApi Plugin for devices supporting Restconf API

Netconf plugins

Name Description
ansible.netcommon.default Use default netconf plugin to run standard netconf commands as per RFC

Modules

Name Description
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.net_banner (deprecated, removed after 2022-06-01) Manage multiline banners on network devices
ansible.netcommon.net_get Copy a file from a network device to Ansible Controller
ansible.netcommon.net_interface (deprecated, removed after 2022-06-01) Manage Interface on network devices
ansible.netcommon.net_l2_interface (deprecated, removed after 2022-06-01) Manage Layer-2 interface on network devices
ansible.netcommon.net_l3_interface (deprecated, removed after 2022-06-01) Manage L3 interfaces on network devices
ansible.netcommon.net_linkagg (deprecated, removed after 2022-06-01) Manage link aggregation groups on network devices
ansible.netcommon.net_lldp (deprecated, removed after 2022-06-01) Manage LLDP service configuration on network devices
ansible.netcommon.net_lldp_interface (deprecated, removed after 2022-06-01) Manage LLDP interfaces configuration on network devices
ansible.netcommon.net_logging (deprecated, removed after 2022-06-01) Manage logging on network devices
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.net_static_route (deprecated, removed after 2022-06-01) Manage static IP routes on network appliances (routers, switches et. al.)
ansible.netcommon.net_system (deprecated, removed after 2022-06-01) Manage the system attributes on network devices
ansible.netcommon.net_user (deprecated, removed after 2022-06-01) Manage the aggregate of local users on network device
ansible.netcommon.net_vlan (deprecated, removed after 2022-06-01) Manage VLANs on network devices
ansible.netcommon.net_vrf (deprecated, removed after 2022-06-01) Manage VRFs on network devices
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.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

Installing this collection

You can install the ansible.netcommon collection with the Ansible Galaxy CLI:

ansible-galaxy collection install ansible.netcommon

You can also include it in a requirements.yml file and install it with ansible-galaxy collection install -r requirements.yml, using the format:

---
collections:
  - name: ansible.netcommon
    version: 0.0.3

Using this collection

The most common use case for this collection is to include it as a dependency in a network device-specific collection. Use the Fully Qualified Collection Name (FQCN) when referring to content in this collection (for example, ansible.netcommon.network_cli).

See the Vyos collection for an example of this.

See Also:

Contributing to this collection

We welcome community contributions to this collection. If you find problems, please open an issue or create a PR against the ansible.netcommon collection repository.

You cal also join us on:

See the Ansible Community Guide for details on contributing to Ansible.

Release notes

Roadmap

More information

Licensing

GNU General Public License v3.0 or later.

See LICENCE to see the full text.

About

Ansible Network Collection for Common Code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%