Updated inventory
This commit is contained in:
parent
2b62eda265
commit
e2c7ef07fb
1 changed files with 6 additions and 7 deletions
13
inventory.py
13
inventory.py
|
@ -1,15 +1,14 @@
|
|||
joplin_old = [
|
||||
servers = [
|
||||
(
|
||||
"joplin.togetherdays.cz", {
|
||||
"ssh_user": "root",
|
||||
"web_server": True
|
||||
}
|
||||
)
|
||||
]
|
||||
"web_server": True,
|
||||
"services": ["joplin", "kanboard", "ntfy", "uptime-kuma", "usememos"]
|
||||
},
|
||||
|
||||
joplin_new = [
|
||||
),
|
||||
(
|
||||
"test.joplin.togetherdays.cz", {
|
||||
"kropcloud-vps1", {
|
||||
"ssh_user": "root",
|
||||
"web_server": True
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue