alliedtelesis.awplus.awplus_acl_interfaces (1.2.2) — module

Manages the configuration of ACL interfaces

| "added in version" 2.13.6 of alliedtelesis.awplus"

Authors: Lucas Trickett, Ben Hoelker

preview | supported by network

Install collection

Install with ansible-galaxy collection install alliedtelesis.awplus:==1.2.2


Add to requirements.yml

  collections:
    - name: alliedtelesis.awplus
      version: 1.2.2

Description

This module manages the configuration of ACL interfaces on Alliedware Plus devices.

Inputs

    
state:
    choices:
    - merged
    - replaced
    - overridden
    - deleted
    default: merged
    description:
    - The state the configuration should be left in, defaults to merged

config:
    description:
    - Configuration of the ACL module.
    elements: dict
    suboptions:
      acl_names:
        description:
        - List of ACLs to apply to interface.
        elements: str
        type: list
      name:
        description:
        - name of the interface
        type: str
    type: list

Outputs

after:
  description: The resulting configuration model invocation.
  returned: when changed
  sample: "The configuration returned will always be in the same format\n of the parameters\
    \ above.\n"
before:
  description: The configuration prior to the model invocation.
  returned: always
  sample: "The configuration returned will always be in the same format\n of the parameters\
    \ above.\n"
commands:
  description: The set of commands pushed to the remote device.
  returned: always
  sample:
  - interface port1.6.1
  - access-group acl_1
  type: list