11 lines
193 B
Python
11 lines
193 B
Python
|
# nextcloud = [("172.104.145.146", {"ssh_user": "root"})]
|
||
|
|
||
|
joplin = [
|
||
|
(
|
||
|
"joplin.togetherdays.cz", {
|
||
|
"ssh_user": "root",
|
||
|
"web_server": True
|
||
|
}
|
||
|
)
|
||
|
]
|