goldyfruit / goldyfruit.ibmcloud_automation / 1.0.4 / module / ic_is_subnet_acl Manage VPC subnet network ACL 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_subnet_acl (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
Attach network ACL on subnet on IBM Cloud.
- name: Attach network ACL to a subnet ic_is_subnet_acl: subnet: ibmcloud-subnet-baby acl: ibmcloud-acl-baby
acl: description: - Network ACL name or ID. required: true type: str state: choices: - present - attach default: attach description: - Should the resource be present or attach. type: str subnet: description: - Subnet name or ID. required: true type: str