From de32bdbf33dafcddb99d9b54c5baca6b20bf4980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Torma?= Date: Sun, 28 Apr 2024 23:58:48 +0200 Subject: [PATCH] add unbound --- host_vars/unbound.yaml | 8 ++++++++ roles/webgateway/vars/main.yaml | 1 + 2 files changed, 9 insertions(+) create mode 100644 host_vars/unbound.yaml diff --git a/host_vars/unbound.yaml b/host_vars/unbound.yaml new file mode 100644 index 0000000..7b8e7cc --- /dev/null +++ b/host_vars/unbound.yaml @@ -0,0 +1,8 @@ +--- +ansible_host: unbound.intra.tormakris.dev +webserver: + - domain: "dns.tormakristof.eu" + port: 8080 + bigrequests: true + https: true +... diff --git a/roles/webgateway/vars/main.yaml b/roles/webgateway/vars/main.yaml index 1e09f67..60a7611 100644 --- a/roles/webgateway/vars/main.yaml +++ b/roles/webgateway/vars/main.yaml @@ -16,6 +16,7 @@ proxy: - {domain: plex.tormakristof.eu, ip: plex.intra.tormakris.dev, bigrequests: true, ignorecert: false} - {domain: neko.tormakristof.eu, ip: vzelenka.intra.tormakris.dev, bigrequests: false, ignorecert: false} - {domain: cloudlog.tormakristof.eu, ip: cloudlog.intra.tormakris.dev, bigrequests: false, ignorecert: false} + - {domain: dns.tormakristof.eu, ip: unbound.intra.tormakris.dev, bigrequests: true, ignorecert: false} static: []