mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
ACI: Add seealso fragments to module documentation (#49844)
This commit is contained in:
parent
8782293aa9
commit
a4998cfead
55 changed files with 288 additions and 135 deletions
|
@ -18,10 +18,13 @@ description:
|
|||
- Manage top level Application Profile (AP) objects on Cisco ACI fabrics
|
||||
notes:
|
||||
- This module does not manage EPGs, see M(aci_epg) to do this.
|
||||
- The C(tenant) used must exist before using this module in your playbook.
|
||||
- The used C(tenant) must exist before using this module in your playbook.
|
||||
The M(aci_tenant) module can be used for this.
|
||||
- More information about the internal APIC class B(fv:Ap) from
|
||||
L(the APIC Management Information Model reference,https://developer.cisco.com/docs/apic-mim-ref/).
|
||||
seealso:
|
||||
- module: aci_tenant
|
||||
- name: APIC Management Information Model reference
|
||||
description: More information about the internal APIC class B(fv:Ap).
|
||||
link: https://developer.cisco.com/docs/apic-mim-ref/
|
||||
author:
|
||||
- Swetha Chunduri (@schunduri)
|
||||
version_added: '2.4'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue