First [[ commonscloud/despliegue/ansible/install/ | Install Ansible ]] and [[ commonscloud/despliegue/ansible/playbooks/ | clone the playbooks ]]
After you have your workstation configured, you can start deploying CommonsCloud.
# New server basic setup
[[ commonscloud/despliegue/ansible/new-server-setup/ | Start here ]]. All CommonsCloud server share this setup.
# LDAP replication
CommonsCloud servers run an LDAP server on localhost with a [[ commonscloud/despliegue/ldap/consumer-provider/ | replication on the DIT ]].
Nextcloud, Phabricator, and Discourse servers use ldap://localhost
```
cd ldap
ansible-playbook consumer.yml -e "hostname=${SERVERNAME}" -K
```
# Nextcloud
The playbook will install Nextcloud