ansible-taler-exchange

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

commit fa8839ae6dc7aad8ac255c98602557b6b441930d
parent b89886730f313fb9558a31bd958b00ba7754ed37
Author: Florian Dold <florian@dold.me>
Date:   Wed, 10 Jun 2026 11:42:09 +0200

revert stage to old account

Diffstat:
Mstage-activate.sh | 14++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/stage-activate.sh b/stage-activate.sh @@ -7,12 +7,22 @@ taler-exchange-offline \ download sign upload +#taler-exchange-offline \ +# -c stage-offline.conf \ +# wire-fee now iban CHF:0 CHF:0 \ +# global-fee now CHF:0 CHF:0 CHF:0 "1 d" "1 year" 1000 \ +# enable-account 'payto://iban/CH1130000001166556117?receiver-name=Taler+Operations+AG&receiver-postal-code=2502&receiver-town=Biel-Bienne' \ +# prepared-transfer-url 'https://nexus.stage.taler-ops.ch/taler-prepared-transfer/' \ +# credit-restriction regex 'payto://iban/CH.*' "Swiss bank accounts only" '{}' \ +# debit-restriction regex 'payto://iban/CH.*' "Swiss bank accounts only" '{}' \ +# enable-auditor P6B7ZS7Y1Y12S0VP0PAJ1GQGSHW8RE4NSBTP8PR254J18SK24MH0 https://auditor.stage.taler-ops.ch/ "Taler Operations AG" \ +# upload + taler-exchange-offline \ -c stage-offline.conf \ wire-fee now iban CHF:0 CHF:0 \ global-fee now CHF:0 CHF:0 CHF:0 "1 d" "1 year" 1000 \ - enable-account 'payto://iban/CH1130000001166556117?receiver-name=Taler+Operations+AG&receiver-postal-code=2502&receiver-town=Biel-Bienne' \ - prepared-transfer-url 'https://nexus.stage.taler-ops.ch/taler-prepared-transfer/' \ + enable-account 'payto://iban/CH6808573105529100001?receiver-name=Taler+Operations+AG&receiver-postal-code=2502&receiver-town=Biel-Bienne' \ credit-restriction regex 'payto://iban/CH.*' "Swiss bank accounts only" '{}' \ debit-restriction regex 'payto://iban/CH.*' "Swiss bank accounts only" '{}' \ enable-auditor P6B7ZS7Y1Y12S0VP0PAJ1GQGSHW8RE4NSBTP8PR254J18SK24MH0 https://auditor.stage.taler-ops.ch/ "Taler Operations AG" \