Rewrote documentation

This commit is contained in:
Ebbe Baß
2026-07-16 08:02:48 +02:00
parent 7447f23356
commit 0f5ee008a0
@@ -16,21 +16,28 @@ Please also add the username and password as host vars in the two inventory file
/nextcloud_full_deployment /nextcloud_full_deployment
| - /inventory | - /inventory
| - nextcloud | - hosts.ini
| - collabora_code
After that is done go through the playbooks and change all values that have the comment "#EDIT based on your needs" according to your needs. After that is done go change all the variables that will be used in the setup according to your needs.
/nextcloud_full_deployment /nextcloud_full_deployment
| - deploy_collabora_code.yml | - vars
| - deploy_hardened_nextcloud.yml | - shared_vars.yml
| - deployment_start.yml
When you are done with preparing your deployment, you can just run the following command: When you are done with preparing your deployment, you can start the deployment.
ansible-playbook deployment_start.yml -i inventory --ask-become-pass
Optionally with debugging The basic Nextcloud deployment is done by running:
ansible-playbook deployment_start.yml -i inventory --ask-become-pass -vv ansible-playbook deploy_hardened_nextcloud.yml -i inventory --ask-become-pass
Collabora CODE is deployed with:
ansible-playbook deploy_collabora_code.yml -i inventory --ask-become-pass
To connect Collabora CODE and your Nextcloud instances use:
ansible-playbook connect_nextcloud_collabora.yml -i inventory --ask-become-pass
You can debug all the playbooks by using this commmand.
ansible-playbook <playbook_file.yml> -i inventory --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