summaryrefslogtreecommitdiff
path: root/playbook.yaml
diff options
context:
space:
mode:
authorMatthew Fennell <matthew@fennell.dev>2025-07-06 19:57:44 +0100
committerMatthew Fennell <matthew@fennell.dev>2025-07-06 19:57:44 +0100
commit9ad2f38d254b01611e874ac5aa8cddaf5aa28732 (patch)
tree3945f073109f8f055c1a944092590d408207bd73 /playbook.yaml
parentde781b09a28202d61d6ad7b6269c589c51468f75 (diff)
Share turnserver between vhosts on same machine
I made a mistake in the original configuration - I tried to give each virtual host a separate turnserver on its own subdomain. However, since koyo.haus and fennell.dev (and likewise in nonprod) share a virtual machine, they can only have one turnserver between them (in the turnserver.conf, there can only be a single realm). Therefore, always point to koyo.haus for the turnserver in each environment.
Diffstat (limited to 'playbook.yaml')
-rw-r--r--playbook.yaml4
1 files changed, 0 insertions, 4 deletions
diff --git a/playbook.yaml b/playbook.yaml
index 467b1fa..3a3d0cd 100644
--- a/playbook.yaml
+++ b/playbook.yaml
@@ -122,10 +122,6 @@
type: CNAME
ttl: 3600
records: ["{{ delegate_host }}."]
- - subname: "turn"
- type: CNAME
- ttl: 3600
- records: ["{{ delegate_host }}."]
- subname: "upload"
type: CNAME
ttl: 3600