diff --git a/README.md b/README.md index a742680..77f3b3b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # Ansible Collection - s3lph.nextcloud -Documentation for the collection. +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.