aci_tenant_span_src_group_to_dst_group – Bind SPAN source groups to destination groups (span:SpanLbl)¶
New in version 2.4.
Parameters¶
Notes¶
Note
The
tenant
,src_group
, anddst_group
must exist before using this module in your playbook. The aci_tenant, aci_tenant_span_src_group, and aci_tenant_span_dst_group modules can be used for this.
See Also¶
See also
- aci_tenant – Manage tenants (fv:Tenant)
The official documentation on the aci_tenant module.
- aci_tenant_span_src_group – Manage SPAN source groups (span:SrcGrp)
The official documentation on the aci_tenant_span_src_group module.
- aci_tenant_span_dst_group – Manage SPAN destination groups (span:DestGrp)
The official documentation on the aci_tenant_span_dst_group module.
- APIC Management Information Model reference
More information about the internal APIC class span:SrcGrp.
- Cisco ACI Guide
Detailed information on how to manage your ACI infrastructure using Ansible.
- Developing Cisco ACI modules
Detailed guide on how to write your own Cisco ACI modules to contribute.
Examples¶
- aci_tenant_span_src_group_to_dst_group:
host: apic
username: admin
password: SomeSecretPassword
tenant: production
src_group: "{{ src_group }}"
dst_group: "{{ dst_group }}"
description: "{{ description }}"
delegate_to: localhost
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Status¶
This module is not guaranteed to have a backwards compatible interface. [preview]
This module is maintained by an Ansible Partner. [certified]
Authors¶
Jacob McGill (@jmcgill298)
Hint
If you notice any issues in this documentation, you can edit this document to improve it.