0x90-pyinfra/inventory.py

8 lines
278 B
Python

targets = [
"@local",
("ararat.0x90.space", dict(ssh_port=42022)),
("baixun.0x90.space", dict(ssh_port=42023)),
# ("matrix.0x90.space", dict(ssh_port=42024)),
("chat.heizhaus.org", dict(ssh_port=22, ssh_allow_agent=True, ssh_key="~/.ssh/0x90/id_ed25519")),
]