pyinfra/inventory.py

18 lines
282 B
Python
Raw Normal View History

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