Ansible collection for the installation and configuration of Nextcloud and PHP-FPM
Find a file
s3lph 145ac37a8a
Some checks failed
Ansible Lint / build (push) Failing after 57s
fix: ci
2024-04-14 19:17:48 +02:00
.forgejo/workflows fix: ci 2024-04-14 19:17:48 +02:00
meta feat: document all roles and modules properly 2024-04-14 19:12:40 +02:00
playbooks add keydb, fix some minor issues 2023-02-07 20:48:16 +01:00
plugins feat: document all roles and modules properly 2024-04-14 19:12:40 +02:00
roles feat: document all roles and modules properly 2024-04-14 19:12:40 +02:00
galaxy.yml feat: document all roles and modules properly 2024-04-14 19:12:40 +02:00
README.md ci bump 2024-04-14 19:15:23 +02:00

Ansible Collection - s3lph.nextcloud

Install Nextcloud, PHP FPM and KeyDB.

Usage example:

- hosts: nextcloud
  roles:
    - s3lph.nextcloud.php
    - s3lph.nextcloud.keydb
    - s3lph.nextcloud.nextcloud

Further documentation resides with the individual roles and modules.