fixed ansible pb command

This commit is contained in:
Ebbe Baß
2026-07-29 09:50:21 +02:00
parent 36379b99d0
commit bc6707b8ed
@@ -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: this order, since each one depends on the previous:
1. Nextcloud itself (Apache, PHP, MariaDB, TLS, hardening, fail2ban): 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): 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): 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): 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 - 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 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. consumed by any task yet.
You can debug all the playbooks by using this command. You can debug all the playbooks by using this command.
ansible-playbook <playbook_file.yml> -i inventory --ask-become-pass -vv ansible-playbook <playbook_file.yml> -i inventory/hosts.ini --ask-become-pass -vv
# This file was written by Ebbe Baß (umpi) - ebbe@ping-mee.de # This file was written by Ebbe Baß (umpi) - ebbe@ping-mee.de