17 lines
317 B
Markdown
17 lines
317 B
Markdown
= 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
|
|
```
|