diff --git a/playbooks/linux/ubuntu-server/nextcloud_full_deployment/deploy_hardened_nextcloud.yml b/playbooks/linux/ubuntu-server/nextcloud_full_deployment/deploy_hardened_nextcloud.yml index b715027..fbab306 100644 --- a/playbooks/linux/ubuntu-server/nextcloud_full_deployment/deploy_hardened_nextcloud.yml +++ b/playbooks/linux/ubuntu-server/nextcloud_full_deployment/deploy_hardened_nextcloud.yml @@ -32,10 +32,10 @@ db_name: "nextcloud" #EDIT based on your needs db_user: "nextcloud" #EDIT based on your needs - db_password: "Start2026!" # ÄNDERN + db_password: "Start2026!" #EDIT based on your needs admin_user: "admin" #EDIT based on your needs - admin_password: "Start2026!" # ÄNDERN - php_version: "8.3" + admin_password: "Start2026!" #EDIT based on your needs + php_version: "8.3" #EDIT based on your needs # TLS certificate paths (self-signed, generated by this playbook) ssl_cert: "/etc/ssl/certs/nextcloud-selfsigned.crt" @@ -399,8 +399,8 @@ vars: 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 + nextcloud_data_dir: "/etc/nextcloud/data" + nextcloud_install_dir: "/etc/nextcloud" fail2ban_dir: "/etc/fail2ban" #EDIT based on your needs