]> git.ralfj.de Git - ansible.git/commitdiff
document mailman captcha settings in template master
authorRalf Jung <post@ralfj.de>
Thu, 30 Apr 2026 07:00:51 +0000 (09:00 +0200)
committerRalf Jung <post@ralfj.de>
Thu, 30 Apr 2026 07:00:51 +0000 (09:00 +0200)
host_vars/template.yml

index 941796b40256156fc178ce1be80ab22e979661e3..8990a592ab5d42e619e8097538ac72bea7401362 100644 (file)
@@ -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
     - 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
   # optional: Install and configure dovecot
   dovecot:
     domains: # the file /etc/postfix/virtual_alias_map can be used to configure aliases