ansible-collection-nextcloud/README.md
s3lph 5ff1988459
Some checks failed
Ansible Lint / build (push) Failing after 41s
ci bump
2024-04-14 19:15:23 +02:00

15 lines
291 B
Markdown

# Ansible Collection - s3lph.nextcloud
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.