bind radicale also on ipv6
Signed-off-by: bic <bicno@autistici.org>
This commit is contained in:
parent
ebeaf6f533
commit
63cce40f7e
3 changed files with 2 additions and 4 deletions
|
@ -20,7 +20,6 @@
|
||||||
tags: cicles
|
tags: cicles
|
||||||
roles: ['stable/common', 'stable/goploader']
|
roles: ['stable/common', 'stable/goploader']
|
||||||
|
|
||||||
|
|
||||||
# GANCIO
|
# GANCIO
|
||||||
- name: Gancio
|
- name: Gancio
|
||||||
hosts: gancio
|
hosts: gancio
|
||||||
|
@ -33,7 +32,6 @@
|
||||||
hosts: radicale
|
hosts: radicale
|
||||||
tags: radicale
|
tags: radicale
|
||||||
roles: ['stable/common', 'staging/radicale']
|
roles: ['stable/common', 'staging/radicale']
|
||||||
vars_files: vars/gancio.yml
|
|
||||||
|
|
||||||
# TEST
|
# TEST
|
||||||
- name: Test
|
- name: Test
|
||||||
|
|
|
@ -20,7 +20,7 @@ frontend:
|
||||||
hosts: cisti.frontend
|
hosts: cisti.frontend
|
||||||
|
|
||||||
radicale:
|
radicale:
|
||||||
hosts: radicale.cose.belle
|
hosts: cisti.cal
|
||||||
|
|
||||||
test:
|
test:
|
||||||
hosts: cisti.jolly
|
hosts: cisti.jolly
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
# IPv4 syntax: address:port
|
# IPv4 syntax: address:port
|
||||||
# IPv6 syntax: [address]:port
|
# IPv6 syntax: [address]:port
|
||||||
# For example: 0.0.0.0:9999, [::]:9999
|
# For example: 0.0.0.0:9999, [::]:9999
|
||||||
hosts = radicale.cose.belle:5232
|
hosts = 0.0.0.0:5232, [::]:5232
|
||||||
|
|
||||||
# Max parallel connections
|
# Max parallel connections
|
||||||
#max_connections = 8
|
#max_connections = 8
|
||||||
|
|
Loading…
Reference in a new issue