Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.22 KB

ip_share.md

File metadata and controls

41 lines (29 loc) · 1.22 KB

ip_share

Manage the Linode shared IPs.

Examples

- name: Configure the Linode shared IPs.
  linode.cloud.ip_share:
    linode_id: 12345
    ips: ["192.0.2.1", "2001:db8:3c4d:15::"]

Parameters

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.

Return Values

  • ip_share_stats - The Linode IP share info in JSON serialized form