This commit is contained in:
parent
aeb2f592c6
commit
5ff1988459
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
@ -1,3 +1,15 @@
|
||||||
# Ansible Collection - s3lph.nextcloud
|
# 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.
|
||||||
|
|
Loading…
Reference in a new issue