Created an alpine hypervisor VPS and playground VM
This commit is contained in:
parent
f09695fb5e
commit
e3292d92e1
16
inventory.py
16
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"],
|
||||
}
|
||||
),
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue