ansible-taler-exchange

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

commit a351fb79c5f9f9d2bd7cd63d9ae21289c7ea04ae
parent 6901ca79698826c1fa84764570af0752ca002074
Author: Christian Grothoff <christian@grothoff.org>
Date:   Tue,  8 Apr 2025 17:55:40 +0200

fix context, fix thank-you URL

Diffstat:
Minventories/host_vars/spec/tops-public.yml | 2+-
Mroles/exchange/files/etc/taler-exchange/conf.d/kyc-rules.conf | 4+++-
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/inventories/host_vars/spec/tops-public.yml b/inventories/host_vars/spec/tops-public.yml @@ -46,7 +46,7 @@ EXCHANGE_SPA_DIALECT: "tops" # Business name of the exchange operator EXCHANGE_OPERATOR_LEGAL_NAME: "Taler Operations AG" # Where to send people after they passed KYC. -KYC_THANK_YOU_URL: https://taler-ops.ch/thank-you-kyc +KYC_THANK_YOU_URL: https://taler-ops.ch/en/thank-you-kyc.html # Template to use for identification of individuals with KYCAID KYCAID_TEMPLATE_INDIVIDUAL: tmpl_xxx # Template to use for identification of businesses with KYCAID diff --git a/roles/exchange/files/etc/taler-exchange/conf.d/kyc-rules.conf b/roles/exchange/files/etc/taler-exchange/conf.d/kyc-rules.conf @@ -139,16 +139,18 @@ CONTEXT = {} CHECK_NAME = sms-registration PROGRAM = tops-sms-check VOLUNTARY = YES +CONTEXT = {} [kyc-measure-postal-registration] CHECK_NAME = postal-registration PROGRAM = tops-postal-check VOLUNTARY = YES +CONTEXT = {} [kyc-measure-accept-tos] CHECK_NAME = form-accept-tos PROGRAM = check-tos -CONTEXT = {"tos_url":"https://exchange.taler-ops.ch/terms","provider_name":"Taler Operations AG", "successor_measure":"accept-tos"} +CONTEXT = {"tos_url":"https://exchange.taler-ops.ch/terms","provider_name":"Taler Operations AG", "successor_measure":"accept-tos", "validity_years":10} VOLUNTARY = NO [kyc-measure-kyx]