0x90-pyinfra/inventory.py

9 lines
407 B
Python
Raw Normal View History

2024-05-16 19:18:15 +00:00
targets = [
"@local",
("ararat.0x90.space", dict(ssh_port=42022)),
2024-10-07 04:00:58 +00:00
("common", dict(ssh_port=22, ssh_allow_agent=True, ssh_key="~/.ssh/0x90/id_ed25519")),
2024-10-07 04:43:44 +00:00
("baixun.0x90.space", dict(ssh_port=42023)),
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-10-07 00:48:44 +00:00
("www", dict(ssh_port=22, ssh_allow_agent=True, ssh_key="~/.ssh/0x90/id_ed25519")),
2024-05-16 19:18:15 +00:00
]