Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zjleblanc/ansible-network-mgmt
Ansible Network Management content
https://github.com/zjleblanc/ansible-network-mgmt
Last synced: 13 days ago
JSON representation
Ansible Network Management content
- Host: GitHub
- URL: https://github.com/zjleblanc/ansible-network-mgmt
- Owner: zjleblanc
- License: gpl-2.0
- Created: 2023-02-22T18:00:54.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-07T01:54:53.000Z (13 days ago)
- Last Synced: 2024-11-07T02:39:21.982Z (13 days ago)
- Language: Jinja
- Size: 1.9 MB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ansible network mgmt
This repo contains examples using ansible to manage network devices and perform network automation tasks.
## playbooks
| Name | Description | Docs |
| --- | --- | :---: |
| Compliance Report | basic network compliance report with specific checks | [📝](./playbooks/compliance-report.md) |
| Interactive Report (Mock) | interactive report with searching, filtering, and more... | [📝](./playbooks/interactive_report.md) |
| Interactive Report (Live) | interactive report with searching, filtering, and more... | [📝](./playbooks/interactive_report_live.md) |
| Comprehensive CSV Report | csv with all gathered facts | [📝](./playbooks/comprehensive-csv-report.md) |
| Dynatrace SNMP -> ServiceNow CMDB | Combining Ansible with Dynatrace SNMP, you can quickly implement automation to populate your CMDB with network infrastructure components | [📝](./playbooks/dynatrace_snow_cmdb.md) |## troubleshooting
| Error | Resolution |
| --- | --- |
| Paramiko ssh key invalid | set environment var
`ANSIBLE_PARAMIKO_LOOK_FOR_KEYS=False` |
| Authentication failed | configure login local on ios devices
`username priv 15 password `
`line vty 0 4`
`login local` |