From: Ralf Jung Date: Tue, 5 May 2020 09:32:44 +0000 (+0200) Subject: link to etherpad database unicode fix X-Git-Url: https://git.ralfj.de/ansible.git/commitdiff_plain/eee793e32c535db8d8d7d917e6c49f75da55a608?hp=5bddecda7e7a9a9f6d170f02d2eb13fe82454030 link to etherpad database unicode fix --- diff --git a/host_vars/template.yml b/host_vars/template.yml index 857dbe4..941796b 100644 --- a/host_vars/template.yml +++ b/host_vars/template.yml @@ -92,5 +92,6 @@ bind: etherpad: domain: pad.example.org default_text: "Welcome to Etherpad!\\n\\nThis pad text is synchronized as you type, so that everyone viewing this page sees the same text. This allows you to collaborate seamlessly on documents!\\n\\nGet involved with Etherpad at http:\/\/etherpad.org\\n" + # Also see for some database configuration advice! mysql_password: $RANDOM admin_password: $RANDOM