-
Notifications
You must be signed in to change notification settings - Fork 179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ip value to ansible_net_neighbors #748
Conversation
so that ip addresses of cdp neighbours can be used in ansible
so that ip addresses of cdp neighbours can be used in ansible
Build failed. ❌ ansible-galaxy-importer RETRY_LIMIT in 15s |
Hey @ollylawrence would you please add a Unit test and a changelog to the PR, else it's LGTM! |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 27s |
@KB-perByte Added unit test and change log, sorry should have known. Unit test fine locally and the change log should follow convention I hope. Cheers |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 3m 24s |
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 37s |
Build failed. ❌ ansible-galaxy-importer RETRY_LIMIT in 16s |
SUMMARY
Adds a value ip to ansible_net_neighbors from ios.ios_facts this way you can use the ip value of a CDP neighbor in plays.
This all comes from needing to cycle though a class of devices on the network and then interact with them.
ISSUE TYPE
COMPONENT NAME
ios.ios_facts
ADDITIONAL INFORMATION
Output of ansible_net_neighbors in main:
Pull request: