bind radicale also on ipv6

Signed-off-by: bic <bicno@autistici.org>
This commit is contained in:
bic 2021-03-28 19:14:48 +02:00
parent ebeaf6f533
commit 63cce40f7e
No known key found for this signature in database
GPG key ID: 958E390154AB4DFA
3 changed files with 2 additions and 4 deletions

View file

@ -20,7 +20,6 @@
tags: cicles
roles: ['stable/common', 'stable/goploader']
# GANCIO
- name: Gancio
hosts: gancio
@ -33,7 +32,6 @@
hosts: radicale
tags: radicale
roles: ['stable/common', 'staging/radicale']
vars_files: vars/gancio.yml
# TEST
- name: Test

View file

@ -20,7 +20,7 @@ frontend:
hosts: cisti.frontend
radicale:
hosts: radicale.cose.belle
hosts: cisti.cal
test:
hosts: cisti.jolly

View file

@ -15,7 +15,7 @@
# IPv4 syntax: address:port
# IPv6 syntax: [address]:port
# For example: 0.0.0.0:9999, [::]:9999
hosts = radicale.cose.belle:5232
hosts = 0.0.0.0:5232, [::]:5232
# Max parallel connections
#max_connections = 8