commit 7667faa51ca8e9dfe6fa68bbf2cb40a4f7109b17 parent 36f239d6983a825c2d7a8cd49e4a4d1087953e3f Author: Florian Dold <dold@taler.net> Date: Fri, 31 Jul 2026 16:57:52 +0200 remove dead config and unused key Diffstat:
6 files changed, 0 insertions(+), 16 deletions(-)
diff --git a/inventories/group_vars/testing/test-public.yml b/inventories/group_vars/testing/test-public.yml @@ -5,8 +5,6 @@ deploy_challenger: true # Main domain name. domain_name: "topstest.fdold.eu" exchange_domain: "exchange.{{ domain_name }}" -# Use nightly Taler distro (true/false). -USE_NIGHTLY: true # Deploy EBICS configuration (true/false). use_ebics: false # Our currency. @@ -35,8 +33,6 @@ exchange_bank_account_iban: "CH6808573105529100001" 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 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" # SPA dialect (tops, gls, magnet, ...) diff --git a/inventories/host_vars/fdold-acai-tops/test-public.yml b/inventories/host_vars/fdold-acai-tops/test-public.yml @@ -12,8 +12,6 @@ domain_name: "topstest.fdold.eu" exchange_domain: "exchange.{{ domain_name }}" # Our internal hostname target_host_name: "acai.box.fdold.eu" -# Use nightly Taler distro (true/false). -USE_NIGHTLY: true # Deploy EBICS configuration (true/false). use_ebics: false # Our currency. @@ -42,8 +40,6 @@ exchange_bank_account_iban: "CH6808573105529100001" 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 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" # SPA dialect (tops, gls, magnet, ...) diff --git a/inventories/host_vars/podman-localhost/test-public.yml b/inventories/host_vars/podman-localhost/test-public.yml @@ -7,8 +7,6 @@ deployment_kind: "tops" # Main domain name. domain_name: "topstest.fdold.eu" exchange_domain: "exchange.{{ domain_name }}" -# Use nightly Taler distro (true/false). -USE_NIGHTLY: true # Deploy EBICS configuration (true/false). use_ebics: false # Our currency. @@ -37,8 +35,6 @@ exchange_bank_account_iban: "CH6808573105529100001" 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 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" # SPA dialect (tops, gls, magnet, ...) diff --git a/inventories/host_vars/rusty/vars.yml b/inventories/host_vars/rusty/vars.yml @@ -41,8 +41,6 @@ exchange_qr_iban: "CH1130000001166556117" 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 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" # SPA dialect (tops, gls, magnet, ...) diff --git a/inventories/host_vars/spec/vars.yml b/inventories/host_vars/spec/vars.yml @@ -42,8 +42,6 @@ exchange_bank_account_iban: "CH9709000000166556130" 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 libeufin_port: 8082 -# Name of the exchange account at libeufin-nexus -LIBEUFIN_EXCHANGE_ACCOUNT: "exchange" # Name of the bank dialect libeufin_nexus_bank_dialect: "postfinance" # SPA dialect (tops, gls, magnet, ...) diff --git a/roles/common_packages/files/etc/apt/keyrings/taler-systems-nightly.gpg b/roles/common_packages/files/etc/apt/keyrings/taler-systems-nightly.gpg Binary files differ.