ACI: Add missing documentation_fragments (#34955)
This commit is contained in:
parent
2a6156a9d8
commit
6351eff74e
11 changed files with 11 additions and 0 deletions
lib/ansible/modules/network/aci
aci_access_port_to_interface_policy_leaf_profile.pyaci_aep_to_domain.pyaci_bd.pyaci_bd_subnet.pyaci_bd_to_l3out.pyaci_domain_to_encap_pool.pyaci_domain_to_vlan_pool.pyaci_interface_policy_leaf_profile.pyaci_interface_selector_to_switch_policy_leaf_profile.pyaci_intf_policy_lldp.pyaci_switch_leaf_selector.py
|
@ -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
Reference in a new issue