= Nextcoloud Appliance == Server setup Copy your ssh key to the server for the root user ``` workstation $ ssh-copy-id root@server_ip ``` == Ansible Playbooks Use the ansible playbooks to setup the nextcloud appliance ``` workstation $ ansible-playbook -i inventory_source, ansible/nextcloud_bootstrap.yaml ```