From edcbafcc2ef57966f7c8b7edbf4934cc0c17b923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sat, 28 May 2022 21:21:13 +0200 Subject: [PATCH] fix matrix and neko --- host_vars/matrix.yaml | 2 ++ inventory.yaml | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/host_vars/matrix.yaml b/host_vars/matrix.yaml index bd7ab84..b5b7065 100644 --- a/host_vars/matrix.yaml +++ b/host_vars/matrix.yaml @@ -3,6 +3,8 @@ ansible_host: matrix.intra.tormakris.dev webserver: - domain: "_" port: 8080 + bigrequests: false - domain: "chat.tormakristof.eu" port: 8181 + bigrequests: false ... diff --git a/inventory.yaml b/inventory.yaml index 39593bd..38b653f 100644 --- a/inventory.yaml +++ b/inventory.yaml @@ -29,7 +29,6 @@ all: bitwarden: nexus: nextcloud: - neko: nightlydocker: hosts: matrix: @@ -38,5 +37,4 @@ all: bitwarden: nexus: nextcloud: - neko: ...