mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Cleanup docs
Change to 2.0 release and remove unneeded empty aliases.
This commit is contained in:
parent
a66854f95b
commit
a5047c70c8
1 changed files with 1 additions and 6 deletions
|
@ -19,38 +19,33 @@ module: ec2_remote_facts
|
||||||
short_description: ask EC2 for information about other instances.
|
short_description: ask EC2 for information about other instances.
|
||||||
description:
|
description:
|
||||||
- Only supports seatch for hostname by tags currently. Looking to add more later.
|
- Only supports seatch for hostname by tags currently. Looking to add more later.
|
||||||
version_added: "1.9"
|
version_added: "2.0"
|
||||||
options:
|
options:
|
||||||
key:
|
key:
|
||||||
description:
|
description:
|
||||||
- instance tag key in EC2
|
- instance tag key in EC2
|
||||||
required: false
|
required: false
|
||||||
default: Name
|
default: Name
|
||||||
aliases: []
|
|
||||||
value:
|
value:
|
||||||
description:
|
description:
|
||||||
- instance tag value in EC2
|
- instance tag value in EC2
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
aliases: []
|
|
||||||
lookup:
|
lookup:
|
||||||
description:
|
description:
|
||||||
- What type of lookup to use when searching EC2 instance info.
|
- What type of lookup to use when searching EC2 instance info.
|
||||||
required: false
|
required: false
|
||||||
default: tags
|
default: tags
|
||||||
aliases: []
|
|
||||||
region:
|
region:
|
||||||
description:
|
description:
|
||||||
- EC2 region that it should look for tags in
|
- EC2 region that it should look for tags in
|
||||||
required: false
|
required: false
|
||||||
default: All Regions
|
default: All Regions
|
||||||
aliases: []
|
|
||||||
ignore_state:
|
ignore_state:
|
||||||
description:
|
description:
|
||||||
- instance state that should be ignored such as terminated.
|
- instance state that should be ignored such as terminated.
|
||||||
required: false
|
required: false
|
||||||
default: terminated
|
default: terminated
|
||||||
aliases: []
|
|
||||||
author:
|
author:
|
||||||
- "Michael Schuett (@michaeljs1990)"
|
- "Michael Schuett (@michaeljs1990)"
|
||||||
extends_documentation_fragment: aws
|
extends_documentation_fragment: aws
|
||||||
|
|
Loading…
Reference in a new issue