0x90-pyinfra/inventory.py

16 lines
288 B
Python
Raw Permalink Normal View History

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