fas: update yk url for openshift

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-05-11 13:31:55 +02:00
parent b716b258f6
commit 43de4c3d7f

View file

@ -221,7 +221,11 @@ mail.transport = 'smtp'
mail.manager = 'demand'
# Enable yubikeys
{% if inventory_hostname.startswith('os-') %}
yubi_server_prefix='http://yubikey/yk-val/verify?id='
{% else %}
yubi_server_prefix='http://localhost/yk-val/verify?id='
{% endif %}
{% if env == "staging" %}
ykksm_db="postgres://ykksmimporter:{{ ykksmimporterPassword }}@db-fas01.stg/ykksm"
ykval_db="postgres://ykval_verifier:{{ ykval_verifierPassword }}@db-fas01.stg/ykval"