ansible-taler-exchange

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

commit 1a5007ee0f5046af7abee8c3e68f38eec3a909a9
parent 4c7e9429f005fcc5a06babe420e150668cdcc823
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 24 Nov 2024 08:36:29 +0100

more variables

Diffstat:
Mplaybooks/setup.yml | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/playbooks/setup.yml b/playbooks/setup.yml @@ -51,3 +51,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_REGEX = \+41[0-9]+ +# Limit to lift for withdraw upon SMS registration + EXCHANGE_AML_PROGRAM_TOPS_SMS_WITHDRAW_THRESHOLD = CHF:200 +# Limit to lift for merge upon SMS registration + EXCHANGE_AML_PROGRAM_TOPS_SMS_MERGE_THRESHOLD = CHF:0