0x90-pyinfra/inventory.py

14 lines
230 B
Python
Raw Normal View History

localhost = "@local"
hypervisor = [("95.217.163.200", dict(ssh_user="root"))]
debian_vms = [
# "cloud",
(
"playground",
{
"authorized_keys": ["missytake", "hagi", "vmann"],
}
),
2024-05-16 19:18:15 +00:00
]