RHEL6 doesn't have the https proxy

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-11-29 16:19:28 +00:00
parent edfe988f99
commit 9d2343a72d

View file

@ -15,7 +15,11 @@
[realms]
{{ ipa_realm }} = {
{% if ansible_distribution_major_version|int == 6 %}
kdc = ipa01{{ env_suffix }}.phx2.fedoraproject.org
{% else %}
kdc = https://id{{ env_suffix }}.fedoraproject.org/KdcProxy
{% endif %}
}
[domain_realm]