-
Notifications
You must be signed in to change notification settings - Fork 253
Add out of band IP option #1081
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
Conversation
sc68cal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs a test added to our integration tests
|
@Shourai you would need to add an example JSON response from Netbox for a device, that has the out of band IP attribute set, and then have an Take a look at the existing tests in |
|
I have tried setting up a development environment for netbox. However when I try to run This just repeats several times. |
|
Ok, I guess this is straight forward enough where we can just merge |
|
Thank you! |
|
Hello, is there anything I can do to get this merged? |
Add oob_ip documentation
Related Issue
New Behavior
Add the option to use the out of band IP as
ansible_hostinstead of primary_ip.Contrast to Current Behavior
There is no option to use the out of band ip currently
Discussion: Benefits and Drawbacks
Allow users to use the new out of band ip option in their playbooks.
Also the query filter
has_oob_ip: Trueis available.Changes to the Documentation
Proposed Release Note Entry
Add the ability to set out of band IP as ansible host.
Double Check
develbranch.