RHEL6 doesn't have the https proxy
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
edfe988f99
commit
9d2343a72d
1 changed files with 4 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue