https://github.com/nleiva/ansible-networking
Personal collection of Ansible Networking examples.
https://github.com/nleiva/ansible-networking
ansible cisco ios meraki network-automation
Last synced: about 1 year ago
JSON representation
Personal collection of Ansible Networking examples.
- Host: GitHub
- URL: https://github.com/nleiva/ansible-networking
- Owner: nleiva
- License: gpl-3.0
- Created: 2020-04-09T18:13:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-16T20:54:11.000Z (almost 3 years ago)
- Last Synced: 2025-03-23T07:34:19.545Z (over 1 year ago)
- Topics: ansible, cisco, ios, meraki, network-automation
- Language: Jinja
- Homepage:
- Size: 642 KB
- Stars: 23
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Networking collection of Playbooks

This is my collection of Ansible Networking examples. Of course, most of these are recycled from other repositories.
## Inventory
I'm using this [ansible-inventory](https://github.com/nleiva/ansible-inventory/blob/master/hosts) to provide output examples ([DevNet always-on](https://developer.cisco.com/docs/sandbox/#!networking/networking-overview) devices).
## Examples
- [Collect a command output](collect-command.md)
- [F5 Address list](F5/address_list.md)
- [Get IP address from NetBox](NetBox/get_ip.md)
- [Meraki](meraki.md)
- [Multi-line Config](multi-line-config.md)
- [NetBox lookup](NetBox/lookup.md)
- [NTP Compliance](ntp-compliance.md)
- [Parse JSON outputs](test-json.md)
- [Parse IOS XE ACLs](ios-genie-show-acl.md)
- [Parse IOS XE SW Version](ios-genie-show-ver.md)
- [Parsing a Cisco ASA config file](https://github.com/nleiva/ansible-parsing-cisco-asa): Three options to parse data from an unstructured config file.
- [Reading IP address ranges](ip_range.md)
- [Show config differences](show-diff.md)
- [Network resource modules in action](https://github.com/nleiva/ansible-net-modules)