diff --git a/playbooks/linux/ubuntu-server/nextcloud_full_deployment/README.txt b/playbooks/linux/ubuntu-server/nextcloud_full_deployment/README.txt index 56d8cb5..de8445d 100644 --- a/playbooks/linux/ubuntu-server/nextcloud_full_deployment/README.txt +++ b/playbooks/linux/ubuntu-server/nextcloud_full_deployment/README.txt @@ -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 -i inventory --ask-become-pass -vv # This file was written by Ebbe Baß (umpi) - ebbe@ping-mee.de \ No newline at end of file