Compare commits

...

7 Commits
0.5.2 ... 0.6.1

4 changed files with 9 additions and 9 deletions

View File

@ -7,15 +7,15 @@ and managing nextcloud installations
## Roles ## Roles
- [`roles/server`](roles/server/README.md): For deploying - [`server`](roles/server/README.md): For deploying
and configuring a bare nextcloud instance in a docker container. and configuring a bare nextcloud instance in a docker container.
Supports both the `-apache` (default) and `-fpm` variants. Supports both the `-apache` (default) and `-fpm` variants.
- [`roles/apps`](roles/apps/README.md): - [`apps`](roles/apps/README.md):
For managing nextcloud apps in an already installed nextcloud For managing nextcloud apps in an already installed nextcloud
server instance. Can install, remove, enable/disable and update apps. server instance. Can install, remove, enable/disable and update apps.
- [`roles/ldap-user-backend`](roles/ldap-user-backend/README.md): - [`ldap_user_backend`](roles/ldap_user_backend/README.md):
Manages LDAP authentication sources in installed nextcloud instances. Manages LDAP authentication sources in installed nextcloud instances.
- [`roles/nginx-fpm-proxy`](roles/nginx-fpm-proxy/README.md): - [`nginx_fpm_proxy`](roles/nginx_fpm_proxy/README.md):
Reverse proxy role which connects to nextcloud using FPM Reverse proxy role which connects to nextcloud using FPM
and serves static content. and serves static content.

View File

@ -1,14 +1,14 @@
namespace: finallycoffee namespace: finallycoffee
name: nextcloud name: nextcloud
version: 0.5.2 version: 0.6.1
readme: README.md readme: README.md
authors: authors:
- transcaffeine <transcaffeine@finally.coffee> - transcaffeine <transcaffeine@finally.coffee>
description: Installing and configuring nextcloud (and related apps/services) using docker description: Installing and configuring nextcloud (and related apps/services) using docker
dependencies: dependencies:
"community.docker": "^1.10.0" "community.docker": "^3.0.0"
license_file: LICENSE.md license_file: LICENSE.md
build_ignore: build_ignore:
- '*.tar.gz' - '*.tar.gz'
repository: https://git.finally.coffee/finallycoffee/nextcloud repository: https://git.finally.coffee/finallycoffee/nextcloud
issues: https://git.finally.coffee/finallycoffee/nextcloud/issues issues: https://codeberg.org/finallycoffee/ansible-collection-nextcloud/issues

View File

@ -1,3 +1,3 @@
--- ---
requires_ansible: ">=2.12" requires_ansible: ">=2.15"

View File

@ -1,6 +1,6 @@
--- ---
nextcloud_version: 28.0.8 nextcloud_version: 30.0.0
nextcloud_user: nextcloud nextcloud_user: nextcloud
nextcloud_basepath: /opt/nextcloud nextcloud_basepath: /opt/nextcloud
nextcloud_config_path: "{{ nextcloud_basepath }}/config" nextcloud_config_path: "{{ nextcloud_basepath }}/config"