Add openvpn setup

This commit is contained in:
Sonny Bakker 2021-10-26 09:35:39 +02:00
parent f22e5301aa
commit 49ee39baba
26 changed files with 1684 additions and 4 deletions

16
templates/radicale.j2 Normal file
View file

@ -0,0 +1,16 @@
# {{ ansible_managed }} {{ ansible_date_time.time }} {{ ansible_date_time.date }}
#
[server]
ssl = True
certificate = /etc/ssl/localcerts/radicale/server_cert.pem
key = /etc/ssl/localcerts/radicale/server_key.pem
certificate_authority = /etc/ssl/localcerts/radicale/client_cert.pem
hosts = {{ radicale_listen_addres }}:{{ radicale_port }}
[storage]
filesystem_folder = /etc/radicale/collections
[auth]
type = http_x_remote_user