Add create-vms.sh script with a short readme.

This commit is contained in:
Peter Fodor
2023-11-05 18:39:30 +00:00
parent 83077e4ec5
commit 14c4f795a6
2 changed files with 310 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# Simple script to create multiple Virtual Machines automatically
1. It will ask you some questions about your wished Virtual Machines.
- You can select Debian or Ubuntu image
2. Prints a detailed info with about the VMs going tyo be created.
3. Let you confirm if You want to continue
4. You can chose to start all VMs at the end 🚀
Enjoy 🙂