14 lines
395 B
Django/Jinja
14 lines
395 B
Django/Jinja
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }}
|
|
|
|
[server]
|
|
ssl = True
|
|
certificate = {{ radicale_certificate_path }}
|
|
key = {{ radicale_key_path }}
|
|
certificate_authority = {{ radicale_certificate_authority_path }}
|
|
hosts = {{ radicale_listen_addres }}:{{ radicale_port }}
|
|
|
|
[storage]
|
|
filesystem_folder = {{ radicale_storage_path }}
|
|
|
|
[auth]
|
|
type = http_x_remote_user
|