mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
ACI: Various changes and doc updates (#52957)
* ACI: Various changes and doc updates * Fix typos
This commit is contained in:
parent
bf3c291606
commit
076562e5c2
56 changed files with 717 additions and 686 deletions
|
@ -17,13 +17,6 @@ short_description: Provides rollback and rollback preview functionality (config:
|
|||
description:
|
||||
- Provides rollback and rollback preview functionality for Cisco ACI fabrics.
|
||||
- Config Rollbacks are done using snapshots C(aci_snapshot) with the configImportP class.
|
||||
seealso:
|
||||
- module: aci_config_snapshot
|
||||
- name: APIC Management Information Model reference
|
||||
description: More information about the internal APIC class B(config:ImportP).
|
||||
link: https://developer.cisco.com/docs/apic-mim-ref/
|
||||
author:
|
||||
- Jacob McGill (@jmcgill298)
|
||||
version_added: '2.4'
|
||||
options:
|
||||
compare_export_policy:
|
||||
|
@ -79,6 +72,13 @@ options:
|
|||
choices: [ preview, rollback ]
|
||||
default: rollback
|
||||
extends_documentation_fragment: aci
|
||||
seealso:
|
||||
- module: aci_config_snapshot
|
||||
- name: APIC Management Information Model reference
|
||||
description: More information about the internal APIC class B(config:ImportP).
|
||||
link: https://developer.cisco.com/docs/apic-mim-ref/
|
||||
author:
|
||||
- Jacob McGill (@jmcgill298)
|
||||
'''
|
||||
|
||||
EXAMPLES = r'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue