goldyfruit / goldyfruit.ibmcloud_automation / 1.0.4 / module / ic_is_vpn_gateway Manage VPC VPN gateways on IBM Cloud. | "added in version" 2.9 of goldyfruit.ibmcloud_automation" Authors: Gaëtan Trellu (@goldyfruit) preview | supported by communitygoldyfruit.ibmcloud_automation.ic_is_vpn_gateway (1.0.4) — module
Install with ansible-galaxy collection install goldyfruit.ibmcloud_automation:==1.0.4
collections: - name: goldyfruit.ibmcloud_automation version: 1.0.4
This module creates a new VPN gateway.
- name: Create VPN gateway ic_is_vpn_gateway: gateway: ibmcloud-vpn-gateway-baby subnet: ibmcloud-subnet-baby
- name: Delete VPN gateway
- ic_is_vpn_gateway: gateway: ibmcloud-vpn-gateway-baby state: absent
state: choices: - present - absent default: present description: - Should the resource be present or absent. type: str subnet: description: - Identifies a subnet by a unique property. type: str gateway: description: - The user-defined name for this gateway required: true type: str resource_group: description: - The resource group to use. type: str