mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Extend example to demonstrate usage of ephemeral disks. (#3550)
This commit is contained in:
parent
28db5b7dd1
commit
3775d8e684
1 changed files with 2 additions and 0 deletions
|
@ -131,6 +131,8 @@ EXAMPLES = '''
|
||||||
device_type: io1
|
device_type: io1
|
||||||
iops: 3000
|
iops: 3000
|
||||||
delete_on_termination: true
|
delete_on_termination: true
|
||||||
|
- device_name: /dev/sdb
|
||||||
|
ephemeral: ephemeral0
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue