chore: add README and LICENSE

This commit is contained in:
2021-10-15 14:11:18 +02:00
parent e869525f2c
commit 85d18f314e
4 changed files with 533 additions and 0 deletions

19
README.md Normal file
View File

@ -0,0 +1,19 @@
# `finallycoffee.nextcloud` ansible collection
## Overview
This ansible collection provides various roles for deploying
and managing nextcloud installations
## Roles
- [`roles/nextcloud`](roles/nextcloud/README.md): For deploying
and configuring a bare nextcloud instance in a docker container.
Supports both the `-apache` (default) and `-fpm` variants.
- [`roles/nextcloud-apps`](roles/nextcloud-apps/README.md):
For managing nextcloud apps in an already installed nextcloud
instance. Can install, remove, enable/disable and update apps.
## License
[CNPLv7+](LICENSE.md): Cooperative Nonviolent Public License