ansible-taler-exchange

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

commit df5c0719c52bcc7387ec937be3a635a7a26c5c92
parent 64244dd47aead028d1f7033380a38ad33c686a38
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 23 Feb 2025 22:30:17 +0100

fix rules, for now

Diffstat:
Mroles/exchange/files/etc/taler-exchange/conf.d/kyc-rules.conf | 15+++++++++++++--
1 file changed, 13 insertions(+), 2 deletions(-)

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 @@ -153,7 +153,9 @@ CONTEXT = {} [kyc-measure-form-902.11] CHECK_NAME = form-vqf-902.11 -PROGRAM = tops-check-controlling-entity +PROGRAM = preserve-investigate +# FIXME: in the future, change to: +# PROGRAM = tops-check-controlling-entity VOLUNTARY = NO CONTEXT = {} @@ -350,6 +352,13 @@ COMMAND = taler-exchange-helper-measure-preserve-but-investigate ENABLED = YES FALLBACK = freeze-investigate +# FIXME: enable with new Debian package... +#[aml-program-tops-check-controlling-entity] +#DESCRIPTION = "Program that checks if the controlling entity option was set to TRUE, and if so asks for submission of yet another VQF form before moving on to the address validation." +#COMMAND = taler-exchange-helper-measure-tops-check-controlling-entity +#ENABLED = YES +#FALLBACK = freeze-investigate + [aml-program-inform-investigate] DESCRIPTION = "Measure that asks AML staff to investigate an account and informs the account owner about it." COMMAND = taler-exchange-helper-measure-inform-investigate @@ -396,7 +405,9 @@ FALLBACK = freeze-investigate [aml-program-tops-kyx-check] DESCRIPTION = "Program that checks if the 'Controlling entity 3rd persion' checkbox was set, and if so triggers the optional form VQF 902.9. Then in either case ensures we run the address validation logic. Always concludes by passing all results to an AML officer. Rules are preserved." -COMMAND = taler-exchange-helper-measure-tops-3rdparty-check +# COMMAND = taler-exchange-helper-measure-tops-3rdparty-check +# FIXME: change to the above once the new exchange is packaged... +COMMAND = taler-exchange-helper-measure-tops-postal-check ENABLED = YES FALLBACK = freeze-investigate