first the hypervisor then common, baixun, matrix-synapse, and www

This commit is contained in:
2e20 2024-10-07 06:45:10 +02:00
parent 6fc06e88df
commit 84d61d1f8e

View file

@ -41,18 +41,19 @@ if host.name != "@local":
# _sudo=True,
)
if host.name == "common":
local.include("common/deploy.py")
## first the hypervisor
if host.name == "ararat.0x90.space":
local.include("ararat/deploy.py")
if host.name == "common":
local.include("roles/common/deploy.py")
if host.name == "baixun.0x90.space":
local.include("baixun/deploy.py")
local.include("roles/baixun/deploy.py")
if host.name == "chat.heizhaus.org":
local.include("matrix-synapse/deploy.py")
local.include("roles/matrix-synapse/deploy.py")
if host.name == "www":
local.include("www/deploy.py")
local.include("roles/www/deploy.py")