From 63cce40f7e055cbf206d7a8d4c8010fdb60eed72 Mon Sep 17 00:00:00 2001 From: bic Date: Sun, 28 Mar 2021 19:14:48 +0200 Subject: [PATCH] bind radicale also on ipv6 Signed-off-by: bic --- infra.yml | 2 -- inventory.yml | 2 +- roles/staging/radicale/templates/config.j2 | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/infra.yml b/infra.yml index 842cd8f..a48c66f 100644 --- a/infra.yml +++ b/infra.yml @@ -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 diff --git a/inventory.yml b/inventory.yml index 21f6779..a468a2c 100644 --- a/inventory.yml +++ b/inventory.yml @@ -20,7 +20,7 @@ frontend: hosts: cisti.frontend radicale: - hosts: radicale.cose.belle + hosts: cisti.cal test: hosts: cisti.jolly diff --git a/roles/staging/radicale/templates/config.j2 b/roles/staging/radicale/templates/config.j2 index 8beae50..87bc884 100644 --- a/roles/staging/radicale/templates/config.j2 +++ b/roles/staging/radicale/templates/config.j2 @@ -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