X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/6b0ff384c00714c8854b90b1848f7dd34f8c7085..e6600dcc50ae06ec6d23286210d3e1852e87f579:/host_vars/template.yml diff --git a/host_vars/template.yml b/host_vars/template.yml index 857dbe4..8990a59 100644 --- a/host_vars/template.yml +++ b/host_vars/template.yml @@ -57,6 +57,11 @@ postfix: - lists.example.org default_footer: "-- \n%(list_name)s@%(host_name)s - %(description)s\nConfiguration: %(web_page_url)slistinfo%(cgiext)s/%(list_name)s\nUnsubscribe: %(list_name)s-unsubscribe@%(host_name)s\n" form_secret: $RANDOM + captcha: + - question: 'question' + answers: + - 'answer1' + - 'answer2' # optional: Install and configure dovecot dovecot: domains: # the file /etc/postfix/virtual_alias_map can be used to configure aliases @@ -92,5 +97,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