ansible-taler-exchange

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

test-public.yml (2172B)


      1 ---
      2 # Pregenerated dhparam.pem is less secure
      3 # but significantly faster.
      4 USE_PREGENERATED_DHPARAM: true
      5 # No auditor (yet)
      6 deploy_auditor: false
      7 deploy_monitoring: false
      8 # We use EBICS to talk to the bank.
      9 use_ebics: true
     10 # Use externally created EBICS keys.
     11 ebics_keys_external: true
     12 # Main domain name.
     13 domain_name: "glstest.taler.net"
     14 # High-level kind of deployment.
     15 # Other customizations depend on this.
     16 # Can be "gls" or "tops" (later: "magnet")
     17 DEPLOYMENT_KIND: "gls"
     18 # Our internal hostname
     19 TARGET_HOST_NAME: "acai.box.fdold.eu"
     20 # Use nightly Taler distro (true/false).
     21 USE_NIGHTLY: false
     22 # Our currency.
     23 CURRENCY: EUR
     24 # Smallest unit of the currency for wire transfers.
     25 CURRENCY_ROUND_UNIT: "EUR:0.01"
     26 # Base URL of the exchange REST API
     27 EXCHANGE_BASE_URL: "https://exchange.{{ domain_name }}/"
     28 # Exchange offline master public key.
     29 EXCHANGE_MASTER_PUB: ABSERA9GY2RV0G12RZYTZ11WMG81ZRT8S9DTQJ8JNXXE5RXAKBF0
     30 # URL with merchants accepting this exchange.
     31 EXCHANGE_SHOPPING_URL: "https://shops.taler.gls.de/"
     32 # Name of Terms of service resource file
     33 EXCHANGE_TERMS_ETAG: "exchange-gls-tos-test-v3"
     34 # Name of Privacy policy resource file
     35 EXCHANGE_PP_ETAG: "exchange-pp-v0"
     36 # Full BIC of exchange account
     37 EXCHANGE_BANK_ACCOUNT_BIC: "GENODEM1GLS"
     38 # Full Payto URI of exchange account (for credit and debit)
     39 EXCHANGE_BANK_ACCOUNT_IBAN: "DE88430609678937360305"
     40 # Full Payto URI of exchange account (for credit and debit)
     41 EXCHANGE_BANK_ACCOUNT_PAYTO: "payto://iban/{{ EXCHANGE_BANK_ACCOUNT_IBAN }}?receiver-name=GLS+Taler+Verrechnungskonto"
     42 # Port to be used by libeufin-nexus for the taler-exchange-wire-gateway
     43 LIBEUFIN_PORT: 8082
     44 # Name of the exchange account at libeufin-nexus
     45 LIBEUFIN_EXCHANGE_ACCOUNT: "exchange"
     46 # Which KYC/AML rules to set up.
     47 # Name of the bank dialect
     48 LIBEUFIN_NEXUS_BANK_DIALECT: "gls"
     49 # SPA dialect (tops, gls, magnet, ...)
     50 EXCHANGE_SPA_DIALECT: "gls"
     51 # Business name of the exchange operator
     52 EXCHANGE_OPERATOR_LEGAL_NAME: "GLS Test"
     53 # Where to send people after they passed KYC.
     54 KYC_THANK_YOU_URL: https://taler.gls.de/thank-you-kyc
     55 # Tool to use for sanction list checking
     56 EXCHANGE_SANCTION_HELPER: taler-exchange-helper-sanctions-dummy