pyinfra/inventory.py

17 lines
No EOL
281 B
Python

joplin_old = [
(
"joplin.togetherdays.cz", {
"ssh_user": "root",
"web_server": True
}
)
]
joplin_new = [
(
"test.joplin.togetherdays.cz", {
"ssh_user": "root",
"web_server": True
}
)
]