Versió 18 vs 19
Versió 18 vs 19
Modificacions
Modificacions
- Edita by joseplluisat, Versió 19
- Nov 26 2019 18:01
- Edita by wouter, Versió 18
- Feb 22 2019 16:06
« Previous Change | Següent canvi » |
Edit Older Version 18... | Edit Older Version 19... |
Content Changes
Content Changes
### if not requirements: [[ commonscloud/despliegue/ | Start again ]]
Requirements:
- [[ 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
### if not requirements: [[ commonscloud/deployment/ | Start again ]]
Requirements:
- [[ commonscloud/deployment/ansible/install/ | Install Ansible ]]
- [[ commonscloud/deployment/ansible/playbooks/ | Clone the playbooks ]]
- Setup the [[ commonscloud/deployment/monitoring/zabbix/ | monitoring server ]]
- Setup the [[ commonscloud/deployment/backups/borg/ | backup server ]]
# New server basic setup
[[ commonscloud/deployment/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/deployment/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
### if not requirements: [[ commonscloud/despliegueployment/ | Start again ]]
Requirements:
- [[ commonscloud/despliegueployment/ansible/install/ | Install Ansible ]]
- [[ commonscloud/despliegueployment/ansible/playbooks/ | Clone the playbooks ]]
- Setup the [[ commonscloud/despliegueployment/monitoring/zabbix/ | monitoring server ]]
- Setup the [[ commonscloud/despliegueployment/backups/borg/ | backup server ]]
# New server basic setup
[[ commonscloud/despliegueployment/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/despliegueployment/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