From c42d7b4a5fab6e9985e710f10a8426a8561c4fbd Mon Sep 17 00:00:00 2001 From: les Date: Wed, 6 Jan 2021 12:17:06 +0100 Subject: [PATCH] minor --- vars/etherpad.yml | 6 ++++++ vars/gancio.yml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/vars/etherpad.yml b/vars/etherpad.yml index 472e83a..dd72819 100644 --- a/vars/etherpad.yml +++ b/vars/etherpad.yml @@ -1,4 +1,10 @@ --- + # do not setup nginx as we use a frontend as reverse proxy + with_nginx: false + + # setup restic + with_backup: true + title: "Pad@cisti" pad_lang: "it-IT" pad_default_text: | diff --git a/vars/gancio.yml b/vars/gancio.yml index 2a1fc4f..ddae3ca 100644 --- a/vars/gancio.yml +++ b/vars/gancio.yml @@ -1,2 +1,2 @@ --- -url: "https://g.cisti.org" \ No newline at end of file +url: "https://antani.cisti.org" \ No newline at end of file