From 3b979f3eda932c83f825c19e375d51da379fdef8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Tue, 14 Jul 2026 09:56:55 +0200 Subject: [PATCH] changed out domain value for generic one --- playbooks/linux/ubuntu-server/deploy_hardened_nextcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/linux/ubuntu-server/deploy_hardened_nextcloud.yml b/playbooks/linux/ubuntu-server/deploy_hardened_nextcloud.yml index 4379daf..27f35a8 100644 --- a/playbooks/linux/ubuntu-server/deploy_hardened_nextcloud.yml +++ b/playbooks/linux/ubuntu-server/deploy_hardened_nextcloud.yml @@ -26,7 +26,7 @@ vars: nextcloud_version: "34.0.0" - nextcloud_domain: "192.168.124.80" + nextcloud_domain: "cloud.test.local" nextcloud_data_dir: "/etc/nextcloud/data" nextcloud_install_dir: "/etc/nextcloud"