ansible-taler-exchange

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

defaults.yml (834B)


      1 # (Public) config defaults.
      2 
      3 # Deploy auditor?
      4 deploy_auditor: true
      5 
      6 # Deploy challenger?
      7 deploy_challenger: false
      8 
      9 # Deploy monitoring?
     10 deploy_monitoring: true
     11 
     12 # If true, use EBICS keys from that were externally created.
     13 ebics_keys_external: false
     14 
     15 # If set to true, set up an additional user to allow faking wire transfers and
     16 # inspecting challenger auth codes.
     17 # This setting MUST NOT be enabled in production
     18 # deployments under any circumstance.
     19 dangerously_enable_devtesting: false
     20 
     21 # Configure EBICS.
     22 # When only this setting is enabled,
     23 # the EBICS config is only deployed,
     24 # but EBICS services are not started
     25 # and key setup isn't attempted.
     26 configure_ebics: false
     27 
     28 # Clicksend defaults that should be overridden by the host config.
     29 sms_challenger_clicksend_username: anonymous
     30 sms_challenger_clicksend_api_key: anonymous