X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/e77c174c33c18df68635dbe6a8ec5686dd6176d8..02f66b2b5d67cf562127bd29136ac64b589591a3:/host_vars/template.yml?ds=inline

diff --git a/host_vars/template.yml b/host_vars/template.yml
index 142e408..941796b 100644
--- a/host_vars/template.yml
+++ b/host_vars/template.yml
@@ -51,6 +51,7 @@ postfix:
   # optional: install and configure mailman
   mailman:
     default_host: lists.example.org
+    smtp_outgoing: smtp2
     default_lang: en # if you change this, also run "dpkg-reconfigure mailman" to enable more languages
     domains: # the file /etc/postfix/virtual_alias_map can be used to configure aliases
     - lists.example.org
@@ -91,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 <https://github.com/ether/etherpad-lite/issues/3959> for some database configuration advice!
   mysql_password: $RANDOM
   admin_password: $RANDOM