goldyfruit.ibmcloud_automation.ic_is_floating_ip_info (1.0.4) — module

Retrieve VPC floating IPs on IBM Cloud.

| "added in version" 2.9 of goldyfruit.ibmcloud_automation"

Authors: Gaëtan Trellu (@goldyfruit)

preview | supported by community

Install collection

Install with ansible-galaxy collection install goldyfruit.ibmcloud_automation:==1.0.4


Add to requirements.yml

  collections:
    - name: goldyfruit.ibmcloud_automation
      version: 1.0.4

Description

Floating IPs allow inbound and outbound traffic from the Internet to an instance.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Retrieve floating IP list
  ic_is_floating_ip_info:
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Retrieve specific floating
  ic_is_floating_ip_info:
    fip: 128.128.129.129

Inputs

    
fip:
    description:
    - Restrict results to floating IP with ID, name or address matching.
    type: str