Skip to content
Snippets Groups Projects
Commit 4b318caa authored by kaiyou's avatar kaiyou
Browse files

Add config for deploying OIDC settings using Ansible

parent 06daf77f
No related branches found
No related tags found
No related merge requests found
......@@ -11,3 +11,7 @@ HEPTO_IP={{ node_ip }}
{% if node_gw is defined %}
HEPTO_GW={{ node_gw }}
{% endif %}
{% if oidc is defined %}
HEPTO_ISSUER={{ oidc.issuer }}
HEPTO_CLIENTID={{ oidc.clientid }}
{% endif %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment