14 lines
230 B
Python
14 lines
230 B
Python
localhost = "@local"
|
|
|
|
hypervisor = [("95.217.163.200", dict(ssh_user="root"))]
|
|
|
|
debian_vms = [
|
|
# "cloud",
|
|
(
|
|
"playground",
|
|
{
|
|
"authorized_keys": ["missytake", "hagi", "vmann"],
|
|
}
|
|
),
|
|
]
|