add matrix to the inventory.py
This commit is contained in:
parent
e86e2655d4
commit
48bfe66d3e
|
@ -2,4 +2,6 @@ targets = [
|
||||||
"@local",
|
"@local",
|
||||||
("ararat.0x90.space", dict(ssh_port=42022)),
|
("ararat.0x90.space", dict(ssh_port=42022)),
|
||||||
("baixun.0x90.space", dict(ssh_port=42023)),
|
("baixun.0x90.space", dict(ssh_port=42023)),
|
||||||
|
# ("matrix.0x90.space", dict(ssh_port=42024)),
|
||||||
|
("matrix", dict(ssh_port=22, ssh_allow_agent=True, ssh_key="~/.ssh/0x90/id_ed25519")),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue