From bc6707b8eda6f010123cab0d34b4fc0d4db48aa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Wed, 29 Jul 2026 09:50:21 +0200 Subject: [PATCH] fixed ansible pb command --- .../ubuntu-server/nextcloud_full_deployment/README.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/playbooks/linux/ubuntu-server/nextcloud_full_deployment/README.txt b/playbooks/linux/ubuntu-server/nextcloud_full_deployment/README.txt index 382d707..f561f2d 100644 --- a/playbooks/linux/ubuntu-server/nextcloud_full_deployment/README.txt +++ b/playbooks/linux/ubuntu-server/nextcloud_full_deployment/README.txt @@ -71,16 +71,16 @@ When you are done preparing your deployment, you can start it. Run the playbooks this order, since each one depends on the previous: 1. Nextcloud itself (Apache, PHP, MariaDB, TLS, hardening, fail2ban): - ansible-playbook deploy_hardened_nextcloud.yml -i inventory --ask-become-pass + ansible-playbook deploy_hardened_nextcloud.yml -i inventory/hosts.ini --ask-become-pass 2. Collabora CODE (document editing backend): - ansible-playbook deploy_collabora_code.yml -i inventory --ask-become-pass + ansible-playbook deploy_collabora_code.yml -i inventory/hosts.ini --ask-become-pass 3. Connect Collabora CODE to your Nextcloud instance(s): - ansible-playbook connect_nextcloud_collabora.yml -i inventory --ask-become-pass + ansible-playbook connect_nextcloud_collabora.yml -i inventory/hosts.ini --ask-become-pass 4. Nextcloud Talk High-Performance Backend (NATS + Janus + signaling server, via Docker): - ansible-playbook deploy_nc_talk_hpb.yml -i inventory --ask-become-pass + ansible-playbook deploy_nc_talk_hpb.yml -i inventory/hosts.ini --ask-become-pass This playbook only sets up the backend itself. Nextcloud does not pick it up automatically - finish the connection by hand on each Nextcloud instance under @@ -96,7 +96,7 @@ this order, since each one depends on the previous: consumed by any task yet. You can debug all the playbooks by using this command. -ansible-playbook -i inventory --ask-become-pass -vv +ansible-playbook -i inventory/hosts.ini --ask-become-pass -vv # This file was written by Ebbe Baß (umpi) - ebbe@ping-mee.de