Patch EC2 Workflow (#75)
Co-authored-by: zjleblanc <zjleblanc3@gmail.com> Co-authored-by: willtome <wtome@redhat.com>
This commit is contained in:
10
cloud/restore_ec2.yml
Normal file
10
cloud/restore_ec2.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: Restore ec2 instance from snapshot
|
||||
hosts: "{{ _hosts | default(omit) }}"
|
||||
gather_facts: false
|
||||
|
||||
tasks:
|
||||
- name: Include restore from snapshot role
|
||||
ansible.builtin.include_role:
|
||||
name: "demo.cloud.aws"
|
||||
tasks_from: restore_vm
|
||||
Reference in New Issue
Block a user