Skip to content

Inventory-feature: Added interfaces and ip addresses #98

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

Merged
merged 1 commit into from
Feb 20, 2020

Conversation

FragmentedPacket
Copy link
Contributor

Fixes #60

This just adds work from PR in Ansible core to address this. All raw data again, but gets it implemented.

@DavidRobbNZ
Copy link

Using a dash rather than an underscore makes this a bit of a pain to use in Jinja2 templates; could this change from

                interface["ip-addresses"] = interface_ip

to:

                interface["ip_addresses"] = interface_ip

?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: add Device and VM Interface information
2 participants