ansible.builtin.aci_bd_to_l3out (v2.4.2.0-1) — module

Bind Bridge Domain to L3 Out on Cisco ACI fabrics (fv:RsBDToOut)

| "added in version" 2.4 of ansible.builtin"

Authors: Swetha Chunduri (@schunduri), Dag Wieers (@dagwieers), Jacob McGill (@jmcgill298)

preview | supported by community

Install Ansible via pip

Install with pip install ansible==2.4.2.0.post1

Description

Bind Bridge Domain to L3 Out on Cisco ACI fabrics.

More information from the internal APIC class I(fv:RsBDToOut) at U(https://developer.cisco.com/media/mim-ref/MO-fvRsBDToOut.html).


Requirements

Inputs

    
bd:
    aliases:
    - bd_name
    - bridge_domain
    description:
    - The name of the Bridge Domain.

l3out:
    description:
    - The name of the l3out to associate with th Bridge Domain.

state:
    choices:
    - absent
    - present
    - query
    default: present
    description:
    - Use C(present) or C(absent) for adding or removing.
    - Use C(query) for listing an object or multiple objects.

tenant:
    aliases:
    - tenant_name
    description:
    - The name of the Tenant.