0x90-pyinfra/inventory.py

8 lines
278 B
Python
Raw Permalink Normal View History

2024-05-16 19:18:15 +00:00
targets = [
"@local",
("ararat.0x90.space", dict(ssh_port=42022)),
("baixun.0x90.space", dict(ssh_port=42023)),
2024-10-06 17:25:02 +00:00
# ("matrix.0x90.space", dict(ssh_port=42024)),
2024-10-06 17:40:40 +00:00
("chat.heizhaus.org", dict(ssh_port=22, ssh_allow_agent=True, ssh_key="~/.ssh/0x90/id_ed25519")),
2024-05-16 19:18:15 +00:00
]