Add ec2_vol snapshot example from #4189
This commit is contained in:
parent
e655d54c17
commit
98ff0f500e
1 changed files with 6 additions and 0 deletions
|
@ -102,6 +102,12 @@ EXAMPLES = '''
|
|||
iops: 200
|
||||
device_name: sdd
|
||||
|
||||
# Example using snapshot id
|
||||
- local_action:
|
||||
module: ec2_vol
|
||||
instance: XXXXXX
|
||||
snapshot: "{{ snapshot }}"
|
||||
|
||||
# Playbook example combined with instance launch
|
||||
- local_action:
|
||||
module: ec2
|
||||
|
|
Loading…
Reference in a new issue