From 8980bef64f9c2884b4ea88534b5c2cbcdbd25c6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Torma?= Date: Thu, 29 Sep 2022 23:41:00 +0200 Subject: [PATCH] update ytmirror --- host_vars/ytmirror.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 host_vars/ytmirror.yaml diff --git a/host_vars/ytmirror.yaml b/host_vars/ytmirror.yaml new file mode 100644 index 0000000..b181202 --- /dev/null +++ b/host_vars/ytmirror.yaml @@ -0,0 +1,8 @@ +--- +ansible_host: ytmirror.intra.tormakris.dev +webserver: + - domain: "yt.tormakristof.eu" + port: 8080 + bigrequests: false + https: false +...