Set up alpine test VPS with encrypted volume, installed KVM, created a first debian playground VM #1

Open
missytake wants to merge 7 commits from kvm-base into development
Showing only changes of commit 22870b7fd2 - Show all commits

View file

@ -1,5 +1,13 @@
targets = [
"@local",
("ararat.0x90.space", dict(ssh_port=42022)),
("baixun.0x90.space", dict(ssh_port=42023)),
localhost = "@local"
hypervisor = [("95.217.163.200", dict(ssh_user="root"))]
debian_vms = [
# "cloud",
(
"playground",
{
"authorized_keys": ["missytake", "hagi", "vmann"],
}
),
]