### if not requirments: [[ commonscloud/despliegue/ | Start again ]]
Requirments:
- [[ commonscloud/despliegue/ansible/install/ | Install Ansible ]]
- [[ commonscloud/despliegue/ansible/playbooks/ | Clone the playbooks ]]
- Setup the [[ commonscloud/despliegue/monitoring/zabbix/ | monitoring server ]]
- Setup the [[ commonscloud/despliegue/backups/borg/ | backup server ]]
# New server basic setup
[[ commonscloud/despliegue/ansible/new-server-setup/ | Start here ]]. All CommonsCloud server share this setup.
# LDAP replication
CommonsCloud servers run a consumer (slave) LDAP ]] server on localhost.
This is setup by the consumer ansible playbook. //See ldap/roles/consumer/files/config.ldif.j2// and [[ commonscloud/despliegue/ldap/consumer-provider/ | consumer-provider notes ]]
```
cd ldap
ansible-playbook consumer.yml -e "hostname=${SERVERNAME}" -K
```
LDAP is required by Nextcloud, Phabricator, and Discourse servers that use ldap://localhost.
Configure LDAP provider before continuing.
# Nextcloud
The playbook will install Nextcloud