add home assistant london deployment to dashy [ci skip]
This commit is contained in:
parent
b82746b276
commit
1998e50b83
2 changed files with 56 additions and 39 deletions
|
|
@ -147,3 +147,12 @@ module "ha-sofia" {
|
|||
port = 8123
|
||||
tls_secret_name = var.tls_secret_name
|
||||
}
|
||||
|
||||
# https://ha-london.viktorbarzin.me/
|
||||
module "ha-london" {
|
||||
source = "./factory"
|
||||
name = "ha-london"
|
||||
external_name = "ha-london.viktorbarzin.lan"
|
||||
port = 8123
|
||||
tls_secret_name = var.tls_secret_name
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue