From 3573eb860deeb84d88d7ee5968b3cbdb8138b64c Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Thu, 9 Oct 2025 10:03:50 -0400 Subject: [PATCH] Fixing host_vars for Rinoa. --- host_vars/rinoa.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/host_vars/rinoa.yml b/host_vars/rinoa.yml index 443590a..c57ab13 100644 --- a/host_vars/rinoa.yml +++ b/host_vars/rinoa.yml @@ -1,15 +1,15 @@ appdata_base_path: /home/charish/.docker/config/appdata secrets_path: rinoa-docker/env file_metadata: - "app-configs/rinoa/mongodb/config/keyfile.j2": + "mongodb/config/keyfile.j2": owner: "999" group: "999" mode: "0600" - "app-configs/rinoa/searxng/settings.yml.j2": + "searxng/settings.yml.j2": owner: "977" group: "977" mode: "0644" - "app-configs/rinoa/searxng/uwsgi.ini.j2": + "searxng/uwsgi.ini.j2": owner: "977" group: "977" mode: "0644" \ No newline at end of file