All Projects → ansible-collections → Ansible.netcommon

ansible-collections / Ansible.netcommon

Licence: gpl-3.0
Ansible Network Collection for Common Code

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ansible.netcommon

Abs cd
CI/CD for the Arch build system with webinterface.
Stars: ✭ 48 (+0%)
Mutual labels:  hacktoberfest
Spongeapi
A Minecraft plugin API
Stars: ✭ 1,043 (+2072.92%)
Mutual labels:  hacktoberfest
Rpc Wine
discord-rpc.dll implementation for Wine allowing your Wine games to interact with your native Discord instance
Stars: ✭ 49 (+2.08%)
Mutual labels:  hacktoberfest
Data Structure And Algorithms
A complete and efficient guide for Data Structure and Algorithms.
Stars: ✭ 48 (+0%)
Mutual labels:  hacktoberfest
Licensir
An Elixir mix task that lists all the licenses used by your Mix project dependencies.
Stars: ✭ 48 (+0%)
Mutual labels:  hacktoberfest
Boilerplate
Responsive CSS, HTML and JavaScript front-end starting point.
Stars: ✭ 48 (+0%)
Mutual labels:  hacktoberfest
Audioplayers
A Flutter plugin to play multiple audio files simultaneously (Android/iOS)
Stars: ✭ 1,042 (+2070.83%)
Mutual labels:  hacktoberfest
Code Cracker
An analyzer library for C# and VB that uses Roslyn to produce refactorings, code analysis, and other niceties.
Stars: ✭ 1,048 (+2083.33%)
Mutual labels:  hacktoberfest
Smile Format Specification
New home for Smile format (https://en.wikipedia.org/wiki/Smile_(data_interchange_format))
Stars: ✭ 48 (+0%)
Mutual labels:  hacktoberfest
Community Bot
The bot used on the TypeScript Community discord server
Stars: ✭ 46 (-4.17%)
Mutual labels:  hacktoberfest
Ember Octane Vs Classic Cheat Sheet
A cheat sheet for converting classic Ember app to Octane
Stars: ✭ 48 (+0%)
Mutual labels:  hacktoberfest
Pocket Casts Desktop App
The Pocket Casts webapp, packaged for the Linux Desktop.
Stars: ✭ 48 (+0%)
Mutual labels:  hacktoberfest
Nemo
Interactive WhatsApp Question Answer like Online Survey
Stars: ✭ 49 (+2.08%)
Mutual labels:  hacktoberfest
Th rosenheim
Cross-Platform Flutter App that displays customizable timetables as well as cantine information for students of the Rosenheim Technical University of Applied Sciences.
Stars: ✭ 48 (+0%)
Mutual labels:  hacktoberfest
Counsel Spotify
Control Spotify App through Emacs
Stars: ✭ 49 (+2.08%)
Mutual labels:  hacktoberfest
Resources
Here is a list of best resources to get you started with learning how to code (mostly related to Web Development). Feel free to add your favorite resources as well and help others in their journey of learning.
Stars: ✭ 1,037 (+2060.42%)
Mutual labels:  hacktoberfest
Phppresentation
A pure PHP library for reading and writing presentations documents
Stars: ✭ 1,044 (+2075%)
Mutual labels:  hacktoberfest
Ansible Mariadb Galera Cluster
Stars: ✭ 49 (+2.08%)
Mutual labels:  hacktoberfest
Resque
ResqueBundle for Symfony 4+
Stars: ✭ 49 (+2.08%)
Mutual labels:  hacktoberfest
Laravel Pwa
Transform your website like Mobile Application while having full functionality of the website using Laravel PWA
Stars: ✭ 48 (+0%)
Mutual labels:  hacktoberfest

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.

Ansible version compatibility

This collection has been tested against following Ansible versions: >=2.9.10.

Plugins and modules within a collection may be tested with only specific Ansible versions. A collection may contain metadata that identifies these versions. PEP440 is the schema used to describe the versions of Ansible.

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.libssh (Tech preview) Run tasks using libssh for ssh connection
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

Ipaddr filter plugins

IP address and network manipulation filters

Detailed documentation available at https://docs.ansible.com/ansible/latest/user_guide/playbooks_filters_ipaddr.html Name | Description --- | --- ansible.netcommon.cidr_merge|ansible.netcommon cidr_merge 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.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

Network filter plugins

Filters for working with output from network devices Name | Description --- | --- ansible.netcommon.comp_type5|ansible.netcommon comp_type5 filter plugin ansible.netcommon.hash_salt|ansible.netcommon hash_salt filter plugin 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.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.cli_parse Parse cli output or text using a variety of parsers
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

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.

NOTE: For Ansible 2.9, you may not see deprecation warnings when you run your playbooks with this collection. Use this documentation to track when a module is deprecated.

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. See Contributing to Ansible-maintained collections for complete details.

You can also join us on:

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

Code of Conduct

This collection follows the Ansible project's Code of Conduct. Please read and familiarize yourself with this document.

Release notes

Release notes are available here

Roadmap

More information

Licensing

GNU General Public License v3.0 or later.

See LICENSE to see the full text.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].