mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 22:11:44 -07:00
Rename ACI modules according to new conventions (#28306)
As discussed in full at https://github.com/datacenter/aci-ansible we desired a better naming convention for ACI modules before they ship with Ansible v2.4 The result is summarized in this PR. The modules now also include the classes from the object model, as well as a link to the documentation.
This commit is contained in:
parent
b2bbc63ab6
commit
2960f5feac
26 changed files with 188 additions and 119 deletions
|
@ -13,9 +13,12 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
|
|||
DOCUMENTATION = r'''
|
||||
---
|
||||
module: aci_aep
|
||||
short_description: Manage Attachable Access Entity Profile on Cisco ACI fabrics
|
||||
short_description: Manage attachable Access Entity Profile (AEP) on Cisco ACI fabrics (infra:AttEntityP)
|
||||
description:
|
||||
- Connect to external virtual and physical domains by using Attachable Access Entity Profiles on Cisco ACI fabrics.
|
||||
- Connect to external virtual and physical domains by using
|
||||
attachable Access Entity Profiles (AEP) on Cisco ACI fabrics.
|
||||
- More information from the internal APIC class
|
||||
I(infra:AttEntityP) at U(https://developer.cisco.com/media/mim-ref/MO-infraAttEntityP.html).
|
||||
author:
|
||||
- Swetha Chunduri (@schunduri)
|
||||
- Dag Wieers (@dagwieers)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue