pyinfra/inventory.py

11 lines
193 B
Python
Raw Normal View History

2023-10-04 18:05:47 +02:00
# nextcloud = [("172.104.145.146", {"ssh_user": "root"})]
joplin = [
(
"joplin.togetherdays.cz", {
"ssh_user": "root",
"web_server": True
}
)
]