diff --git a/inventory.py b/inventory.py index 6352601..ab5dd73 100644 --- a/inventory.py +++ b/inventory.py @@ -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"], + } + ), ]