Created an alpine hypervisor VPS and playground VM

This commit is contained in:
missytake 2024-11-30 21:29:42 +01:00
parent f09695fb5e
commit e3292d92e1
Signed by: missytake
GPG key ID: 04CC6658320518DF

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"],
}
),
]