More headscale
This commit is contained in:
parent
58825953b2
commit
ec7f0f4c8e
2 changed files with 14 additions and 1 deletions
13
headscale.tf
Normal file
13
headscale.tf
Normal file
|
@ -0,0 +1,13 @@
|
|||
module "headscale" {
|
||||
#source = "github.com/matthewbaggett/terraform_modules//products/headscale"
|
||||
source = "./lib/grey.ooo/products/headscale"
|
||||
depends_on = [module.traefik]
|
||||
stack_name = "headscale"
|
||||
placement_constraints = ["node.hostname == Passing-by-and-thought-id-drop-in"]
|
||||
#traefik = merge(var.treafik_defaults, { domain = "s3.${var.base_domain}" })
|
||||
domain = "headscale.${var.base_domain}"
|
||||
}
|
||||
output "headscale" {
|
||||
value = module.headscale
|
||||
}
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 48626c5e64249f52064d28eb014babeefc3d7be4
|
||||
Subproject commit 432f5a4f37da6963706473396e78f172dae1decc
|
Loading…
Reference in a new issue