Ansible collection for the installation and configuration of Nextcloud and PHP-FPM
Go to file
s3lph de16fff4cc
All checks were successful
Ansible Lint / build (push) Successful in 1m7s
Ansible Galaxy / deploy (push) Successful in 2m10s
fix: missing role readmes
2024-04-14 20:22:42 +02:00
.forgejo/workflows fix: galaxy publish pipeline 2024-04-14 20:15:43 +02:00
meta fix: ansible-lint 2024-04-14 19:56:19 +02:00
playbooks fix: ansible-lint 2024-04-14 19:56:19 +02:00
plugins fix: ansible-lint 2024-04-14 19:56:19 +02:00
roles fix: missing role readmes 2024-04-14 20:22:42 +02:00
.ansible-lint fix: ansible-lint 2024-04-14 19:56:19 +02:00
.gitignore fix: galaxy publish pipeline 2024-04-14 20:15:43 +02:00
galaxy.yml fix: ansible-lint 2024-04-14 19:56:19 +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.