Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 558 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 558 Bytes

Abstract

Unattended installations of virtual machines.

It's a wrapper script around virt-install.

Usage

provision-vm storage-03

Install a new instance of a Debian server.

provision-vm -o centos -r 4096 app-002

Install a new instance of a CentOS server with 4 GiB of memory.

Dependencies

Caveats

There is a lot of hardcoded stuff related to my server configuration and my personal preferences.