first the hypervisor then common, baixun, matrix-synapse, and www
This commit is contained in:
parent
6fc06e88df
commit
84d61d1f8e
13
deploy.py
13
deploy.py
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue