ansible-taler-exchange

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

commit 659d64fb9463d4c5097861023f6fe2e7b0ab94c0
parent 6d3d26568d7f67c3fa1427e00dc69f9c5d67575f
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Tue,  6 May 2025 07:11:36 +0200

remove dead vars

Diffstat:
Minventories/group_vars/testing/test-public.yml | 4----
Minventories/host_vars/fdold-acai/test-public.yml | 4----
Minventories/host_vars/podman-localhost/test-public.yml | 4----
Minventories/host_vars/rusty/test-public.yml | 4----
Minventories/host_vars/spec/tops-public.yml | 4----
Mroles/exchange/templates/etc/taler-exchange/taler-exchange.env.j2 | 6+-----
6 files changed, 1 insertion(+), 25 deletions(-)

diff --git a/inventories/group_vars/testing/test-public.yml b/inventories/group_vars/testing/test-public.yml @@ -51,10 +51,6 @@ KYCAID_TEMPLATE_BUSINESS: tmpl_xxx # Regex specifying allowed phone numbers for the SMS check EXCHANGE_AML_PROGRAM_TOPS_SMS_HINT: "Swiss number required" 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 # 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_COUNTRY_REGEX: "CH|Ch|ch" diff --git a/inventories/host_vars/fdold-acai/test-public.yml b/inventories/host_vars/fdold-acai/test-public.yml @@ -63,10 +63,6 @@ KYCAID_TEMPLATE_BUSINESS: tmpl_xxx # Regex specifying allowed phone numbers for the SMS check EXCHANGE_AML_PROGRAM_TOPS_SMS_HINT: "Swiss number required" 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 # 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_COUNTRY_REGEX: "CH|Ch|ch" diff --git a/inventories/host_vars/podman-localhost/test-public.yml b/inventories/host_vars/podman-localhost/test-public.yml @@ -51,10 +51,6 @@ KYCAID_TEMPLATE_BUSINESS: tmpl_xxx # Regex specifying allowed phone numbers for the SMS check EXCHANGE_AML_PROGRAM_TOPS_SMS_HINT: "Swiss number required" 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 # 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_COUNTRY_REGEX: "CH|Ch|ch" diff --git a/inventories/host_vars/rusty/test-public.yml b/inventories/host_vars/rusty/test-public.yml @@ -59,10 +59,6 @@ KYCAID_TEMPLATE_BUSINESS: tmpl_xxx # Regex specifying allowed phone numbers for the SMS check EXCHANGE_AML_PROGRAM_TOPS_SMS_HINT: "Swiss number required" 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 # 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_COUNTRY_REGEX: "CH|Ch|ch" diff --git a/inventories/host_vars/spec/tops-public.yml b/inventories/host_vars/spec/tops-public.yml @@ -61,10 +61,6 @@ KYCAID_TEMPLATE_BUSINESS: tmpl_xxx # Regex specifying allowed phone numbers for the SMS check EXCHANGE_AML_PROGRAM_TOPS_SMS_HINT: "Swiss number required" 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 # 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_COUNTRY_REGEX: "CH|Ch|ch" diff --git a/roles/exchange/templates/etc/taler-exchange/taler-exchange.env.j2 b/roles/exchange/templates/etc/taler-exchange/taler-exchange.env.j2 @@ -1,13 +1,9 @@ # Environment variables for taler-exchange-helper-measure-tops-sms-check EXCHANGE_AML_PROGRAM_TOPS_SMS_CHECK_REGEX="{{ EXCHANGE_AML_PROGRAM_TOPS_SMS_REGEX }}" -EXCHANGE_AML_PROGRAM_TOPS_SMS_WITHDRAW_THRESHOLD="{{ EXCHANGE_AML_PROGRAM_TOPS_SMS_WITHDRAW_THRESHOLD }}" -EXCHANGE_AML_PROGRAM_TOPS_SMS_MERGE_THRESHOLD="{{ EXCHANGE_AML_PROGRAM_TOPS_SMS_MERGE_THRESHOLD }}" # Environment variables for taler-exchange-helper-measure-tops-postal-check EXCHANGE_AML_PROGRAM_TOPS_POSTAL_CHECK_COUNTRY_REGEX="{{ EXCHANGE_AML_PROGRAM_TOPS_POSTAL_COUNTRY_REGEX }}" -EXCHANGE_AML_PROGRAM_TOPS_POSTAL_WITHDRAW_THRESHOLD="{{ EXCHANGE_AML_PROGRAM_TOPS_SMS_WITHDRAW_THRESHOLD }}" -EXCHANGE_AML_PROGRAM_TOPS_POSTAL_MERGE_THRESHOLD="{{ EXCHANGE_AML_PROGRAM_TOPS_SMS_MERGE_THRESHOLD }}" # Environment variables for taler-exchange-helper-measure-enable-deposits EXCHANGE_AML_PROGRAM_TOPS_ENABLE_DEPOSITS_TOS_NAME="{{ EXCHANGE_TERMS_ETAG }}" -EXCHANGE_AML_PROGRAM_TOPS_ENABLE_DEPOSITS_THRESHOLD="{{ CURRENCY }}:0" +