From 8b2c2f10477caef0b09ec89f4fe820137f1c0399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Thu, 23 Mar 2023 19:40:51 +0100 Subject: [PATCH] add plex host vars --- host_vars/plex.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 host_vars/plex.yaml diff --git a/host_vars/plex.yaml b/host_vars/plex.yaml new file mode 100644 index 0000000..abcc71c --- /dev/null +++ b/host_vars/plex.yaml @@ -0,0 +1,8 @@ +--- +ansible_host: plex.intra.tormakris.dev +webserver: + - domain: "plex.tormakristof.eu" + port: 8080 + bigrequests: true + https: false +... \ No newline at end of file