goldyfruit.ibmcloud_automation.ic_is_subnet_acl_info (1.0.4) — module

Retrieve VPC network ACL attached on subnet 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

This module retrieves the network ACL attached to the subnet specified by the identifier in the URL.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Retrieve network ACL attached to subnet
  ic_is_subnet_acl_info:
    subnet: ibmcloud-subnet-baby

Inputs

    
subnet:
    description:
    - Subnet name or ID.
    required: true
    type: str