2023-02-07 09:04:38 +01:00
|
|
|
# Ansible Collection - s3lph.nextcloud
|
|
|
|
|
2024-04-14 19:15:23 +02:00
|
|
|
Install Nextcloud, PHP FPM and KeyDB.
|
|
|
|
|
|
|
|
Usage example:
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
- hosts: nextcloud
|
|
|
|
roles:
|
|
|
|
- s3lph.nextcloud.php
|
|
|
|
- s3lph.nextcloud.keydb
|
|
|
|
- s3lph.nextcloud.nextcloud
|
|
|
|
```
|
|
|
|
|
|
|
|
Further documentation resides with the individual roles and modules.
|