Gather information about project IP Addresses
Version added: 1.4.0
- Gather information about project IP addresses in Equinix Metal.
- See https://metal.equinix.com/developers/api/ipaddresses/ for more info on IP Addresses.
The below requirements are needed on the host that executes this module.
- packet-python >= 1.43.1
# All the examples assume that you have your Equinix Metal API token in env var METAL_API_TOKEN.
# You can also pass it to the api_token parameter of the module instead.
- name: Gather information about all devices
hosts: localhost
tasks:
- equinix.metal.ip_info:
project_id: 89b497ee-5afc-420a-8fb5-56984898f4df
Common return values are documented here, the following are the fields unique to this module:
- Jason DeTiberus (@detiber) <jdetiberus@equinix.com>