No description
* Update main.yml set container customizations to enabled if nextcloud_container_image_smb_enabled is set (OR imagemagick) * nextcloud_container_image_customizations_smb_enabled activates customizations * add smbclient installation to docker image, if enabled see https://github.com/nextcloud/docker/blob/master/.examples/dockerfiles/smb/apache/Dockerfile for source * Set variable default and revise multiline syntax Integrate suggestions from @spantaleev * Refactor code to make only a single, one-line package install Per suggestion @spanteleev; so that extra files can be deleted without leaving a footprint in the stack of images |
||
|---|---|---|
| defaults | ||
| meta | ||
| tasks | ||
| templates | ||
| vars | ||
| justfile | ||
| LICENSE | ||
| README.md | ||
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.