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
| - /inventory
| - nextcloud
| - collabora_code
| - hosts.ini
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
| - deploy_collabora_code.yml
| - deploy_hardened_nextcloud.yml
| - deployment_start.yml
| - vars
| - shared_vars.yml
When you are done with preparing your deployment, you can just run the following command:
ansible-playbook deployment_start.yml -i inventory --ask-become-pass
When you are done with preparing your deployment, you can start the deployment.
Optionally with debugging
ansible-playbook deployment_start.yml -i inventory --ask-become-pass -vv
The basic Nextcloud deployment is done by running:
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