mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 22:51:23 -07:00
ACI: Add missing documentation_fragments (#34955)
This commit is contained in:
parent
2a6156a9d8
commit
6351eff74e
11 changed files with 11 additions and 0 deletions
|
@ -67,6 +67,7 @@ options:
|
||||||
- Use C(query) for listing an object or multiple objects.
|
- Use C(query) for listing an object or multiple objects.
|
||||||
choices: [ absent, present, query ]
|
choices: [ absent, present, query ]
|
||||||
default: present
|
default: present
|
||||||
|
extends_documentation_fragment: aci
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = r'''
|
EXAMPLES = r'''
|
||||||
|
|
|
@ -49,6 +49,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- The VM platform for VMM Domains.
|
- The VM platform for VMM Domains.
|
||||||
choices: [ microsoft, openstack, vmware ]
|
choices: [ microsoft, openstack, vmware ]
|
||||||
|
extends_documentation_fragment: aci
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = r''' # '''
|
EXAMPLES = r''' # '''
|
||||||
|
|
|
@ -136,6 +136,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- The name of the VRF.
|
- The name of the VRF.
|
||||||
aliases: [ vrf_name ]
|
aliases: [ vrf_name ]
|
||||||
|
extends_documentation_fragment: aci
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = r'''
|
EXAMPLES = r'''
|
||||||
|
|
|
@ -98,6 +98,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- The name of the Tenant.
|
- The name of the Tenant.
|
||||||
aliases: [ tenant_name ]
|
aliases: [ tenant_name ]
|
||||||
|
extends_documentation_fragment: aci
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = r'''
|
EXAMPLES = r'''
|
||||||
|
|
|
@ -42,6 +42,7 @@ options:
|
||||||
- Use C(query) for listing an object or multiple objects.
|
- Use C(query) for listing an object or multiple objects.
|
||||||
choices: [ absent, present, query ]
|
choices: [ absent, present, query ]
|
||||||
default: present
|
default: present
|
||||||
|
extends_documentation_fragment: aci
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = r''' # '''
|
EXAMPLES = r''' # '''
|
||||||
|
|
|
@ -59,6 +59,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- The VM platform for VMM Domains.
|
- The VM platform for VMM Domains.
|
||||||
choices: [ microsoft, openstack, redhat, vmware ]
|
choices: [ microsoft, openstack, redhat, vmware ]
|
||||||
|
extends_documentation_fragment: aci
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = r''' # '''
|
EXAMPLES = r''' # '''
|
||||||
|
|
|
@ -54,6 +54,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- The VM platform for VMM Domains.
|
- The VM platform for VMM Domains.
|
||||||
choices: [ microsoft, openstack, redhat, vmware ]
|
choices: [ microsoft, openstack, redhat, vmware ]
|
||||||
|
extends_documentation_fragment: aci
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = r'''
|
EXAMPLES = r'''
|
||||||
|
|
|
@ -38,6 +38,7 @@ options:
|
||||||
- Use C(query) for listing an object or multiple objects.
|
- Use C(query) for listing an object or multiple objects.
|
||||||
choices: [ absent, present, query ]
|
choices: [ absent, present, query ]
|
||||||
default: present
|
default: present
|
||||||
|
extends_documentation_fragment: aci
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = r'''
|
EXAMPLES = r'''
|
||||||
|
|
|
@ -41,6 +41,7 @@ options:
|
||||||
- Use C(query) for listing an object or multiple objects.
|
- Use C(query) for listing an object or multiple objects.
|
||||||
choices: [ absent, present, query ]
|
choices: [ absent, present, query ]
|
||||||
default: present
|
default: present
|
||||||
|
extends_documentation_fragment: aci
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = r'''
|
EXAMPLES = r'''
|
||||||
|
|
|
@ -49,6 +49,7 @@ options:
|
||||||
- Use C(query) for listing an object or multiple objects.
|
- Use C(query) for listing an object or multiple objects.
|
||||||
choices: [ absent, present, query ]
|
choices: [ absent, present, query ]
|
||||||
default: present
|
default: present
|
||||||
|
extends_documentation_fragment: aci
|
||||||
'''
|
'''
|
||||||
|
|
||||||
# FIXME: Add more, better examples
|
# FIXME: Add more, better examples
|
||||||
|
|
|
@ -62,6 +62,7 @@ options:
|
||||||
- Use C(query) for listing an object or multiple objects.
|
- Use C(query) for listing an object or multiple objects.
|
||||||
choices: [ absent, present, query ]
|
choices: [ absent, present, query ]
|
||||||
default: present
|
default: present
|
||||||
|
extends_documentation_fragment: aci
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = r'''
|
EXAMPLES = r'''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue