From 73b316294100c2f08af207d0f947bb7519a551e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Tue, 14 Jul 2026 12:29:18 +0200 Subject: [PATCH] added note for editing vars --- .../ubuntu-server/deploy_collabora_code.yml | 6 ++--- .../deploy_hardened_nextcloud.yml | 26 +++++++++---------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/playbooks/linux/ubuntu-server/deploy_collabora_code.yml b/playbooks/linux/ubuntu-server/deploy_collabora_code.yml index 611726d..1fb7211 100644 --- a/playbooks/linux/ubuntu-server/deploy_collabora_code.yml +++ b/playbooks/linux/ubuntu-server/deploy_collabora_code.yml @@ -64,9 +64,9 @@ become: true vars: - collabora_code_domain: "office.test.local" - collabora_admin_password: "Start2026!" #ÄNDERN - nextcloud_domain: "cloud.test.local" + collabora_code_domain: "office.test.local" #EDIT based on your needs + collabora_admin_password: "Start2026!" #EDIT based on your needs + nextcloud_domain: "cloud.test.local" #EDIT based on your needs tasks: - name: Configure Collabora CODE to use the correct nextcloud domain diff --git a/playbooks/linux/ubuntu-server/deploy_hardened_nextcloud.yml b/playbooks/linux/ubuntu-server/deploy_hardened_nextcloud.yml index 27f35a8..e3f4e0e 100644 --- a/playbooks/linux/ubuntu-server/deploy_hardened_nextcloud.yml +++ b/playbooks/linux/ubuntu-server/deploy_hardened_nextcloud.yml @@ -25,16 +25,16 @@ become: true vars: - nextcloud_version: "34.0.0" - nextcloud_domain: "cloud.test.local" + nextcloud_version: "34.0.0" #EDIT based on your needs + nextcloud_domain: "cloud.test.local" #EDIT based on your needs nextcloud_data_dir: "/etc/nextcloud/data" nextcloud_install_dir: "/etc/nextcloud" - db_name: "nextcloud" - db_user: "nextcloud" - db_password: "Start2026!" # ÄNDERN - admin_user: "admin" - admin_password: "Start2026!" # ÄNDERN + db_name: "nextcloud" #EDIT based on your needs + db_user: "nextcloud" #EDIT based on your needs + db_password: "Start2026!" # ÄNDERN + admin_user: "admin" #EDIT based on your needs + admin_password: "Start2026!" # ÄNDERN php_version: "8.3" # TLS certificate paths (self-signed, generated by this playbook) @@ -397,14 +397,14 @@ become: true vars: - nextcloud_version: "34.0.0" - nextcloud_domain: "cloud.test.local" - nextcloud_data_dir: "/etc/nextcloud/data" - nextcloud_install_dir: "/etc/nextcloud" + nextcloud_version: "34.0.0" #EDIT based on your needs + nextcloud_domain: "cloud.test.local" #EDIT based on your needs + nextcloud_data_dir: "/etc/nextcloud/data" #EDIT based on your needs + nextcloud_install_dir: "/etc/nextcloud" #EDIT based on your needs - fail2ban_dir: "/etc/fail2ban" + fail2ban_dir: "/etc/fail2ban" #EDIT based on your needs - php_version: "8.3" + php_version: "8.3" #EDIT based on your needs tasks: - name: Set correct open_basedir restriction