How to clone a VM from snapshot with Ansible
I need to automate the following task:
- Create a VM snapshot
- Clone a VM from the snapshot
- On new new VM, bring NIC down
- Start the new VM
Step 2 seems to be doable manually only. Is there a way to automate it?
The reason for this task is verifying virtual machines, there is a long story behind it.
Thank you,
Ilya.