goldyfruit.ibmcloud_automation.ic_is_acl_info (1.0.4) — module

Retrieve VPC network ACLs 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

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.


Requirements

Usage examples

  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Retrieve network ACL list
  ic_is_acl_info:
  • Success
    Steampunk Spotter scan finished with no errors, warnings or hints.
- name: Retrieve specific network ACL
  ic_is_acl_info:
    acl: ibmcloud-acl-baby

Inputs

    
acl:
    description:
    - Restrict results to network ACL with ID or name matching.
    type: str