Manage the Linode shared IPs.
- name: Configure the Linode shared IPs.
linode.cloud.ip_share:
linode_id: 12345
ips: ["192.0.2.1", "2001:db8:3c4d:15::"]
Field | Type | Required | Description |
---|---|---|---|
ips |
list |
Required | A list of secondary Linode IPs to share with the primary Linode. |
linode_id |
int |
Required | The ID of the primary Linode that the addresses will be shared with. |
-
ip_share_stats
- The Linode IP share info in JSON serialized form- Sample Response:
[ { "linode_id": 12345, "ips": ["192.0.2.1", "2001:db8:3c4d:15::"], } ]
- See the Linode API response documentation for a list of returned fields
- Sample Response: