role_radicale/templates/radicale.conf.j2

23 lines
296 B
Plaintext
Raw Normal View History

2023-05-24 07:18:31 +00:00
# {{ ansible_managed }}
{% if radicale_auth_type | length > 0 %}
[auth]
type={{ radicale_auth_type }}
{% endif %}
[encoding]
request=utf-8
stock=utf-8
[logging]
level=debug
[rights]
type=owner_only
[server]
hosts=0.0.0.0:5232, [::]:5232
[storage]
filesystem_folder={{ radicale_root_path }}