add www to the inventory.py
This commit is contained in:
parent
5d4d2d6a62
commit
47e1bb3351
|
@ -4,4 +4,5 @@ targets = [
|
||||||
("baixun.0x90.space", dict(ssh_port=42023)),
|
("baixun.0x90.space", dict(ssh_port=42023)),
|
||||||
# ("matrix.0x90.space", dict(ssh_port=42024)),
|
# ("matrix.0x90.space", dict(ssh_port=42024)),
|
||||||
("chat.heizhaus.org", dict(ssh_port=22, ssh_allow_agent=True, ssh_key="~/.ssh/0x90/id_ed25519")),
|
("chat.heizhaus.org", dict(ssh_port=22, ssh_allow_agent=True, ssh_key="~/.ssh/0x90/id_ed25519")),
|
||||||
|
("www", dict(ssh_port=22, ssh_allow_agent=True, ssh_key="~/.ssh/0x90/id_ed25519")),
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue