ansible-taler-exchange

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

test-public.yml (2718B)


      1 ---
      2 # Public variables for a "test" deployment
      3 # Deploy challenger?
      4 deploy_challenger: true
      5 # Main domain name.
      6 domain_name: "topstest.fdold.eu"
      7 exchange_domain: "exchange.{{ domain_name }}"
      8 # Deploy EBICS configuration (true/false).
      9 use_ebics: false
     10 # Our currency.
     11 currency: CHF
     12 # Smallest unit of the currency for wire transfers.
     13 currency_round_unit: "CHF:0.01"
     14 # Base URL of the exchange REST API
     15 exchange_base_url: "https://{{ exchange_domain }}/"
     16 # Base URL of the auditor REST API
     17 auditor_base_url: "https://auditor.{{ domain_name }}/"
     18 # Exchange offline master public key.
     19 exchange_master_pub: GT1ZRF6DT4RAETDEGW3KTWRH15RAKH9T0TK6ZJEYFGRX18B54AK0
     20 # Auditor offline public key.
     21 auditor_pub: P6B7ZS7Y1Y12S0VP0PAJ1GQGSHW8RE4NSBTP8PR254J18SK24MH0
     22 # URL with merchants accepting this exchange.
     23 exchange_shopping_url: "https://shops.taler-ops.ch/"
     24 # Name of Terms of service resource file
     25 exchange_terms_etag: "exchange-tos-v0"
     26 # Name of Privacy policy resource file
     27 exchange_pp_etag: "exchange-pp-v0"
     28 # Full BIC of exchange account
     29 exchange_bank_account_bic: "MAEBCHZZ"
     30 # Full Payto URI of exchange account (for credit and debit)
     31 exchange_bank_account_iban: "CH6808573105529100001"
     32 # Full Payto URI of exchange account (for credit and debit)
     33 exchange_bank_account_payto: "payto://iban/{{ exchange_bank_account_iban }}?receiver-name=Taler+Operations+AG"
     34 # Port to be used by libeufin-nexus for the taler-exchange-wire-gateway
     35 libeufin_port: 8082
     36 # Name of the bank dialect
     37 libeufin_nexus_bank_dialect: "maerki_baumann"
     38 # SPA dialect (tops, gls, magnet, ...)
     39 exchange_spa_dialect: "tops"
     40 # Business name of the exchange operator
     41 exchange_operator_legal_name: "Taler Operations AG"
     42 # Where to send people after they passed KYC.
     43 kyc_thank_you_url: https://taler-ops.ch/thank-you-kyc.html
     44 # Template to use for identification of individuals with KYCAID
     45 kycaid_template_individual: tmpl_xxx
     46 # Template to use for identification of businesses with KYCAID
     47 kycaid_template_business: tmpl_xxx
     48 # Regex specifying allowed phone numbers for the SMS check
     49 exchange_aml_program_tops_sms_hint: "Swiss number required"
     50 exchange_aml_program_tops_sms_example: "+41948224521"
     51 exchange_aml_program_tops_sms_regex: "\\\\+41[0-9]+"
     52 # Regex specifying allowed country names for the postal address check
     53 exchange_aml_program_tops_postal_country_hint: "Swiss address required"
     54 exchange_aml_program_tops_postal_example: "Max Mustermann\\nBahnhofsplatz 1\\n4201 Biel/Bienne"
     55 exchange_aml_program_tops_postal_country_regex: "CH|Ch|ch"
     56 # Let exchange error messages include the full challenger response.
     57 challenger_oauth2_debug_mode: "YES"
     58 # Tool to use for sanction list checking
     59 exchange_sanction_helper: taler-exchange-helper-sanctions-dummy