From 1324bbd46e2eb55170f10dff61522ede109e9f83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Wed, 29 Jul 2026 13:00:50 +0200 Subject: [PATCH] removed Open-Xchange mentions --- .../nextcloud_full_deployment/README.txt | 6 ------ .../vars/shared_vars.yml.example | 15 --------------- 2 files changed, 21 deletions(-) diff --git a/playbooks/linux/ubuntu-server/nextcloud_full_deployment/README.txt b/playbooks/linux/ubuntu-server/nextcloud_full_deployment/README.txt index f561f2d..9b97681 100644 --- a/playbooks/linux/ubuntu-server/nextcloud_full_deployment/README.txt +++ b/playbooks/linux/ubuntu-server/nextcloud_full_deployment/README.txt @@ -2,7 +2,6 @@ This is a full-stack Nextcloud deployment combined with hardening, a Collabora CODE server for in-browser document editing, and a Nextcloud Talk High-Performance Backend (HPB) for group calls. -An Open-Xchange mail connector is also planned (see "Playbooks" below for its current status). The minimum setup of this deployment would be a single server (this context wasn't tested yet). The optimal setup uses one server per role: @@ -90,11 +89,6 @@ this order, since each one depends on the previous: TURN server: :3478, protocols UDP and TCP TURN secret: nc_talk_hpb_turn_secret (from shared_vars.yml) -5. Open-Xchange mail connector - not yet implemented. connect_nextcloud_open-xchange.yml - currently only contains the sudo-rs workaround boilerplate shared by every playbook in this - repo; the openxchange_* variables in shared_vars.yml.example are reserved for it but are not - consumed by any task yet. - You can debug all the playbooks by using this command. ansible-playbook -i inventory/hosts.ini --ask-become-pass -vv diff --git a/playbooks/linux/ubuntu-server/nextcloud_full_deployment/vars/shared_vars.yml.example b/playbooks/linux/ubuntu-server/nextcloud_full_deployment/vars/shared_vars.yml.example index f999ae6..b0c32f1 100644 --- a/playbooks/linux/ubuntu-server/nextcloud_full_deployment/vars/shared_vars.yml.example +++ b/playbooks/linux/ubuntu-server/nextcloud_full_deployment/vars/shared_vars.yml.example @@ -76,18 +76,3 @@ collabora_admin_password: "ChangeMe1234_" # Nextcloud TLS certificate paths cc_ssl_cert: "/etc/ssl/certs/collabora-selfsigned.crt" cc_ssl_key: "/etc/ssl/private/collabora-selfsigned.key" - -######################################## -# Open-Xchange -######################################## - -# The domain of your Open-Xchange server. -openxchange_domain: "mail.example.com" - -# IMAP and SMTP ports for Open-Xchange. Adjust if you have a custom setup. -openxchange_imap_port: 993 -openxchange_smtp_port: 587 - -# Whether to use STARTTLS or SSL for SMTP. Adjust according to your Open-Xchange configuration. -openxchange_smtp_starttls: true -openxchange_smtp_ssl: false \ No newline at end of file