Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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` |