Add missing doc fragments
This commit is contained in:
parent
38c258d9de
commit
d608dee29f
5 changed files with 15 additions and 1 deletions
|
@ -44,6 +44,9 @@ options:
|
||||||
description:
|
description:
|
||||||
- The number of times to wait for the cluster to have an instance
|
- The number of times to wait for the cluster to have an instance
|
||||||
required: false
|
required: false
|
||||||
|
extends_documentation_fragment:
|
||||||
|
- aws
|
||||||
|
- ec2
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
|
@ -72,6 +72,9 @@ options:
|
||||||
- The number of times to check that the service is available
|
- The number of times to check that the service is available
|
||||||
required: false
|
required: false
|
||||||
default: 10
|
default: 10
|
||||||
|
extends_documentation_fragment:
|
||||||
|
- aws
|
||||||
|
- ec2
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
|
@ -40,6 +40,9 @@ options:
|
||||||
description:
|
description:
|
||||||
- The service to get details for (required if details is true)
|
- The service to get details for (required if details is true)
|
||||||
required: false
|
required: false
|
||||||
|
extends_documentation_fragment:
|
||||||
|
- aws
|
||||||
|
- ec2
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
|
@ -55,6 +55,9 @@ options:
|
||||||
description:
|
description:
|
||||||
- A value showing who or what started the task (for informational purposes)
|
- A value showing who or what started the task (for informational purposes)
|
||||||
required: False
|
required: False
|
||||||
|
extends_documentation_fragment:
|
||||||
|
- aws
|
||||||
|
- ec2
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
|
@ -51,7 +51,9 @@ options:
|
||||||
- A list of names of volumes to be attached
|
- A list of names of volumes to be attached
|
||||||
required: False
|
required: False
|
||||||
type: list of name
|
type: list of name
|
||||||
|
extends_documentation_fragment:
|
||||||
|
- aws
|
||||||
|
- ec2
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
Loading…
Reference in a new issue