ansible-taler-exchange

Ansible playbook to deploy a production Taler Exchange
Log | Files | Refs | Submodules | README | LICENSE

commit 18d7767eeabb87fb29252ca10ca310114c071a9f
parent d4fec8c11c4713b2115aab731f9a0a75b43377a2
Author: Christian Grothoff <christian@grothoff.org>
Date:   Wed,  4 Feb 2026 21:21:32 +0100

force Swiss *mobile* number for Challenger

Diffstat:
Minventories/host_vars/spec/vars.yml | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/inventories/host_vars/spec/vars.yml b/inventories/host_vars/spec/vars.yml @@ -66,9 +66,9 @@ KYCAID_TEMPLATE_INDIVIDUAL: tmpl_xxx # Template to use for identification of businesses with KYCAID KYCAID_TEMPLATE_BUSINESS: tmpl_xxx # Regex specifying allowed phone numbers for the SMS check -EXCHANGE_AML_PROGRAM_TOPS_SMS_HINT: "Swiss number (+41...) required" -EXCHANGE_AML_PROGRAM_TOPS_SMS_EXAMPLE: "+41948224521" -EXCHANGE_AML_PROGRAM_TOPS_SMS_REGEX: "\\\\+41[0-9]+" +EXCHANGE_AML_PROGRAM_TOPS_SMS_HINT: "Swiss mobile number (+417...) required" +EXCHANGE_AML_PROGRAM_TOPS_SMS_EXAMPLE: "+41748224521" +EXCHANGE_AML_PROGRAM_TOPS_SMS_REGEX: "\\\\+417[0-9]+" # Regex specifying allowed country names for the postal address check EXCHANGE_AML_PROGRAM_TOPS_POSTAL_COUNTRY_HINT: "Swiss address required" EXCHANGE_AML_PROGRAM_TOPS_POSTAL_EXAMPLE: "Max Mustermann\\nBahnhofsplatz 1\\n4201 Biel/Bienne"