mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Added volumes dict to ec2_lc example
This commit is contained in:
parent
15b65fa115
commit
75fa5811db
1 changed files with 6 additions and 0 deletions
|
@ -126,6 +126,12 @@ EXAMPLES = '''
|
||||||
key_name: default
|
key_name: default
|
||||||
security_groups: ['group', 'group2' ]
|
security_groups: ['group', 'group2' ]
|
||||||
instance_type: t1.micro
|
instance_type: t1.micro
|
||||||
|
volumes:
|
||||||
|
- device_name: /dev/sda1
|
||||||
|
volume_size: 100
|
||||||
|
device_type: io1
|
||||||
|
iops: 3000
|
||||||
|
delete_on_termination: true
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue