forked from Deuxfleurs/nixcfg
staging: add automatic dns names for staging machines
This commit is contained in:
parent
be0cbea19b
commit
88f8f9fd1e
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ EOH
|
|||
name = "tricot-http"
|
||||
port = "http_port"
|
||||
tags = [
|
||||
"d53-aaaa ${attr.unique.hostname}.machine.staging.deuxfleurs.org",
|
||||
"d53-aaaa ${meta.site}.site.staging.deuxfleurs.org",
|
||||
"d53-aaaa staging.deuxfleurs.org",
|
||||
"(diplonat (tcp_port 80))"
|
||||
|
|
Loading…
Reference in a new issue