2024-11-30 20:29:42 +00:00
|
|
|
localhost = "@local"
|
|
|
|
|
|
|
|
hypervisor = [("95.217.163.200", dict(ssh_user="root"))]
|
|
|
|
|
|
|
|
debian_vms = [
|
|
|
|
# "cloud",
|
|
|
|
(
|
|
|
|
"playground",
|
|
|
|
{
|
|
|
|
"authorized_keys": ["missytake", "hagi", "vmann"],
|
2024-12-04 13:46:49 +00:00
|
|
|
"ipv4": "65.109.242.20",
|
|
|
|
"id": 0,
|
2024-11-30 20:29:42 +00:00
|
|
|
}
|
|
|
|
),
|
2024-05-16 19:18:15 +00:00
|
|
|
]
|