ansible-taler-exchange

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

commit 82dbaf477e9b8da01b4194d6a163032b89c44dee
parent 2901ffeb39b11d373e90f1aa5079b0626694c587
Author: Florian Dold <florian@dold.me>
Date:   Wed,  5 Nov 2025 21:08:09 +0100

clicksend default

Diffstat:
Minventories/group_vars/all/defaults.yml | 7+++++--
Mroles/challenger/templates/etc/challenger/sms-challenger.env.j2 | 5++---
2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/inventories/group_vars/all/defaults.yml b/inventories/group_vars/all/defaults.yml @@ -23,4 +23,8 @@ dangerously_enable_devtesting: false # the EBICS config is only deployed, # but EBICS services are not started # and key setup isn't attempted. -configure_ebics: false -\ No newline at end of file +configure_ebics: false + +# Clicksend defaults that should be overridden by the host config. +sms_challenger_clicksend_username: anonymous +sms_challenger_clicksend_api_key: anonymous diff --git a/roles/challenger/templates/etc/challenger/sms-challenger.env.j2 b/roles/challenger/templates/etc/challenger/sms-challenger.env.j2 @@ -4,7 +4,6 @@ AUTH_TOKEN={{ SMS_CHALLENGER_TELESIGN_AUTH_TOKEN }} # Modern style TELESIGN_AUTH_TOKEN={{ SMS_CHALLENGER_TELESIGN_AUTH_TOKEN }} -# FIXME: add fallback keys -# CLICKSEND_API_KEY={{ SMS_CHALLENGER_CLICKSEND_API_KEY }} -# CLICKSEND_USERNAME={{ SMS_CHALLENGER_CLICKSEND_USERNAME }} +# CLICKSEND_API_KEY={{ sms_challenger_clicksend_api_key }} +# CLICKSEND_USERNAME={{ sms_challenger_clicksend_username }}