From 5560d81a8a0ad50504fc0e99f44040055c9f5d50 Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Wed, 18 Jun 2025 16:07:47 +0000 Subject: [PATCH] Add dns aliases for proxy to get certificates --- playbooks/proxy.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/playbooks/proxy.yml b/playbooks/proxy.yml index 75357d3..cc8434d 100644 --- a/playbooks/proxy.yml +++ b/playbooks/proxy.yml @@ -66,6 +66,12 @@ - role: nginx_site nginx_site_name: dns.home.foo.sh nginx_site_redirect: https://www.foo.sh/ + - role: nginx_site + nginx_site_name: dns.iot.foo.sh + nginx_site_redirect: https://www.foo.sh/ + - role: nginx_site + nginx_site_name: dns.lan.foo.sh + nginx_site_redirect: https://www.foo.sh/ - role: nginx_site nginx_site_name: forgejo.foo.sh nginx_site_redirect: https://git.foo.sh/