goldyfruit.ibmcloud_automation.ic_is_vpn_connection_info (1.0.4) — module

Retrieve VPC VPN connections 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

This module lists all the connections of a particular VPN gateway.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Retrieve VPN connection list
  ic_is_vpn_connection_info:
    gateway: ibmcloud-vpn-gateway-baby
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Retrieve a specific VPN connection
  ic_is_vpn_connection_info:
    gateway: ibmcloud-vpn-gateway-baby
    connection: ibmcloud-vpn-connection-baby

Inputs

    
gateway:
    description:
    - VPN gateway ID or name.
    required: true
    type: str

connection:
    description:
    - Restrict results to VPN connection with ID or name matching.
    type: str