ansible-taler-exchange

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

commit 07a5faffadbb42a9af91219beef76bea763a0a08
parent 096f1040211ca172e7507421d6b0595d5c951b12
Author: Florian Dold <florian@dold.me>
Date:   Tue, 24 Jun 2025 01:49:20 +0200

spec config

Diffstat:
Minventories/host_vars/spec/prod-secrets.yml.gpg | 0
Minventories/host_vars/spec/tops-public.yml | 6+++---
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/inventories/host_vars/spec/prod-secrets.yml.gpg b/inventories/host_vars/spec/prod-secrets.yml.gpg Binary files differ. diff --git a/inventories/host_vars/spec/tops-public.yml b/inventories/host_vars/spec/tops-public.yml @@ -43,9 +43,9 @@ EXCHANGE_TERMS_ETAG: "exchange-tos-tops-v0" # Name of Privacy policy resource file EXCHANGE_PP_ETAG: "exchange-pp-v0" # Full BIC of exchange account -EXCHANGE_BANK_ACCOUNT_BIC: "MAEBCHZZ" +EXCHANGE_BANK_ACCOUNT_BIC: "POFICHBEXXX" # Full Payto URI of exchange account (for credit and debit) -EXCHANGE_BANK_ACCOUNT_IBAN: "CH6808573105529100001" +EXCHANGE_BANK_ACCOUNT_IBAN: "CH9709000000166556130" # Full Payto URI of exchange account (for credit and debit) EXCHANGE_BANK_ACCOUNT_PAYTO: "payto://iban/{{ EXCHANGE_BANK_ACCOUNT_IBAN }}?receiver-name=Taler+Operations+AG" # Port to be used by libeufin-nexus for the taler-exchange-wire-gateway @@ -53,7 +53,7 @@ LIBEUFIN_PORT: 8082 # Name of the exchange account at libeufin-nexus LIBEUFIN_EXCHANGE_ACCOUNT: "exchange" # Name of the bank dialect -LIBEUFIN_NEXUS_BANK_DIALECT: "maerki_baumann" +LIBEUFIN_NEXUS_BANK_DIALECT: "postfinance" # SPA dialect (tops, gls, magnet, ...) EXCHANGE_SPA_DIALECT: "tops" # Business name of the exchange operator