Ansible collection for the installation and configuration of Nextcloud and PHP-FPM
Find a file
s3lph 76a7cee507
Some checks failed
Ansible Lint / build (push) Failing after 1m6s
fix: add community.general dependency
2024-04-14 19:38:11 +02:00
.forgejo/workflows fix: ci 2024-04-14 19:30:46 +02:00
meta feat: document all roles and modules properly 2024-04-14 19:12:40 +02:00
playbooks chore: remove s3lph.webserver dependency 2024-04-14 19:33:25 +02: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 fix: add community.general dependency 2024-04-14 19:38:11 +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.