mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
Update example to include delete on termination
This commit is contained in:
parent
f6a02d9b2c
commit
815115f792
1 changed files with 2 additions and 1 deletions
|
@ -286,7 +286,7 @@ EXAMPLES = '''
|
||||||
db: postgres
|
db: postgres
|
||||||
monitoring: yes
|
monitoring: yes
|
||||||
|
|
||||||
# Single instance with additional IOPS volume from snapshot
|
# Single instance with additional IOPS volume from snapshot and volume delete on termination
|
||||||
local_action:
|
local_action:
|
||||||
module: ec2
|
module: ec2
|
||||||
key_name: mykey
|
key_name: mykey
|
||||||
|
@ -301,6 +301,7 @@ local_action:
|
||||||
device_type: io1
|
device_type: io1
|
||||||
iops: 1000
|
iops: 1000
|
||||||
volume_size: 100
|
volume_size: 100
|
||||||
|
delete_on_termination: true
|
||||||
monitoring: yes
|
monitoring: yes
|
||||||
|
|
||||||
# Multiple groups example
|
# Multiple groups example
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue