goldyfruit / goldyfruit.ibmcloud_automation / 1.0.4 / module / ic_is_acl_info Retrieve VPC network ACLs 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_acl_info (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
A network ACL defines a set of packet filtering (5-tuple) rules for all traffic in and out of a subnet. Both allow and deny rules can be defined, and rules are stateless such that reverse traffic in response to allowed traffic is not automatically permitted.
- name: Retrieve network ACL list ic_is_acl_info:
- name: Retrieve specific network ACL ic_is_acl_info: acl: ibmcloud-acl-baby
acl: description: - Restrict results to network ACL with ID or name matching. type: str