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 +...