1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/changelogs/fragments/3203-linode-inventory-return-full-api-ip-data.yml

3 lines
243 B
YAML
Raw Normal View History

Linode Inventory can use full IP data from APIv4 (#3203) (#3278) * Linode Inventory can use full IP data from APIv4 - The Linode dynamic inventory module does not currently distinguish between private and public IP addresses even though the Linode APIv4 contains this information. This change keeps the current behavior as the default and adds an option to set `ip_style: api`. When set, this option allows administrators to differentiate between private, public, slaac, local_link, and pool network addresses providing a more nuanced and granular view of the remote host's network information. Signed-off-by: Kellin <kellin@retromud.org> * Review - amend changelog details - Adds a link back to this pull request - Uses markdown styles for easier to read publishing in the changelogs - Amends the wording style to match the existing changelog styles Co-authored-by: Felix Fontein <felix@fontein.de> * Add scope to example invocation - Adds the `community.general` scope to invocation example Co-authored-by: Felix Fontein <felix@fontein.de> * Convert lamda to list comprehension - Change the ip type filter from a lambda to a list comprehension Co-authored-by: Felix Fontein <felix@fontein.de> * Add punctuation to description sentence - Adds a period to the end of the description sentence Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit e77adff0b76e13ce932dde6ab26ea320335d7476) Co-authored-by: Kellin <kellin@retromud.org>
2021-08-27 06:38:22 +02:00
minor_changes:
- "linode inventory plugin - adds the ``ip_style`` configuration key. Set to ``api`` to get more detailed network details back from the remote Linode host (https://github.com/ansible-collections/community.general/pull/3203)."