This ansible role installs radicale CalDAV (calendars, to-do lists) and CardDAV (contacts) server.
It has been tested for the following Linux distributions:
- Debian Bullseye
- Debian Bookworm
Ansible 2.14 version installed.
ansible-galaxy role install sv0.radicale
Look at defaults variables file to see the possible configuration properties.
# specify host domain where CalDAV/CardDAV service will be accessible
radicale_domain: "cal.example.eu"
molecule test