mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #7153 from budlight/patch-1
Added instance_type to ec2_lc variable list
This commit is contained in:
commit
b8816bf66f
1 changed files with 7 additions and 0 deletions
|
@ -33,6 +33,12 @@ options:
|
||||||
description:
|
description:
|
||||||
- Unique name for configuration
|
- Unique name for configuration
|
||||||
required: true
|
required: true
|
||||||
|
instance_type:
|
||||||
|
description:
|
||||||
|
- instance type to use for the instance
|
||||||
|
required: true
|
||||||
|
default: null
|
||||||
|
aliases: []
|
||||||
image_id:
|
image_id:
|
||||||
description:
|
description:
|
||||||
- The AMI unique identifier to be used for the group
|
- The AMI unique identifier to be used for the group
|
||||||
|
@ -71,6 +77,7 @@ EXAMPLES = '''
|
||||||
image_id: ami-XXX
|
image_id: ami-XXX
|
||||||
key_name: default
|
key_name: default
|
||||||
security_groups: 'group,group2'
|
security_groups: 'group,group2'
|
||||||
|
instance_type: t1.micro
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue