ansible-taler-exchange

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

commit 45aa0c73eaa4aa973db20b81093f7e7e577e66f6
parent bbd4c49122a3ae56dd3a2dfd7cc1954f9e11b659
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 23 Feb 2025 23:01:35 +0100

-rule fix

Diffstat:
Mroles/exchange/files/etc/taler-exchange/conf.d/kyc-rules.conf | 18+++++-------------
1 file changed, 5 insertions(+), 13 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 @@ -352,13 +352,6 @@ 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 @@ -403,13 +396,12 @@ COMMAND = taler-exchange-helper-measure-tops-kyx-check ENABLED = YES 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." +# FIXME: enable with new debian package... +#[aml-program-tops-check-controlling-entity] +#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 -# FIXME: change to the above once the new exchange is packaged... -COMMAND = taler-exchange-helper-measure-tops-postal-check -ENABLED = YES -FALLBACK = freeze-investigate +#ENABLED = YES +#FALLBACK = freeze-investigate ###########