1
0
Fork 0
No description
Find a file
Slavi Pantaleev 06c2e30867 Remove trailing whitespace in nextcloud_container_image_final
It doesn't seem like this has been causing any (major) issues,
but it's better to have it be correct anyway.
2023-12-10 18:14:46 +02:00
defaults Remove trailing whitespace in nextcloud_container_image_final 2023-12-10 18:14:46 +02:00
meta Initial commit 2023-03-17 11:34:15 +02:00
tasks Fix typo in variable name (imageick -> imagick) 2023-12-03 12:41:56 +02:00
templates Stop the container gracefully, instead of outright killing it 2023-12-06 12:22:41 +02:00
vars Improve Redis support by mounting read-write redis-session.ini into the container 2023-04-03 10:20:27 +03:00
justfile Initial commit 2023-03-17 11:34:15 +02:00
LICENSE Initial commit 2023-03-17 11:34:15 +02:00
README.md Initial commit 2023-03-17 11:34:15 +02:00

Nextcloud Ansible role

This is an Ansible role which installs Nextcloud to run as a Docker container wrapped in a systemd service.

This role implicitly depends on:

Check defaults/main.yml for the full list of supported options.

For an Ansible playbook which integrates this role and makes it easier to use, see the mash-playbook.