pyinfra/inventory.py
2023-10-04 18:05:47 +02:00

10 lines
193 B
Python

# nextcloud = [("172.104.145.146", {"ssh_user": "root"})]
joplin = [
(
"joplin.togetherdays.cz", {
"ssh_user": "root",
"web_server": True
}
)
]