From 0fa85b7b43926e8b19c3aa857195e7bc6023eb9f Mon Sep 17 00:00:00 2001 From: 2e20 <2e20@riseup.net> Date: Mon, 7 Oct 2024 06:00:58 +0200 Subject: [PATCH] add common to inventory.py --- inventory.py | 1 + 1 file changed, 1 insertion(+) diff --git a/inventory.py b/inventory.py index 6352601..af386b5 100644 --- a/inventory.py +++ b/inventory.py @@ -2,4 +2,5 @@ targets = [ "@local", ("ararat.0x90.space", dict(ssh_port=42022)), ("baixun.0x90.space", dict(ssh_port=42023)), + ("common", dict(ssh_port=22, ssh_allow_agent=True, ssh_key="~/.ssh/0x90/id_ed25519")), ]