get rid of phx2 in krb5.conf
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
62823f5fee
commit
fa6eaf9f42
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
||||||
[realms]
|
[realms]
|
||||||
{{ ipa_realm }} = {
|
{{ ipa_realm }} = {
|
||||||
{% if ansible_distribution_major_version|default(0)|int == 6 and ansible_distribution == "RedHat" %}
|
{% if ansible_distribution_major_version|default(0)|int == 6 and ansible_distribution == "RedHat" %}
|
||||||
kdc = ipa01{{ env_suffix }}.phx2.fedoraproject.org
|
kdc = ipa01{{ env_suffix }}.{{ datacenter }}.fedoraproject.org
|
||||||
{% else %}
|
{% else %}
|
||||||
kdc = https://id{{ env_suffix }}.fedoraproject.org/KdcProxy
|
kdc = https://id{{ env_suffix }}.fedoraproject.org/KdcProxy
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
.fedoraproject.org = FEDORAPROJECT.ORG
|
.fedoraproject.org = FEDORAPROJECT.ORG
|
||||||
fedoraproject.org = FEDORAPROJECT.ORG
|
fedoraproject.org = FEDORAPROJECT.ORG
|
||||||
{% if env == "staging" %}
|
{% if env == "staging" %}
|
||||||
.stg.phx2.fedoraproject.org = STG.FEDORAPROJECT.ORG
|
.stg.{{ datacenter }}.fedoraproject.org = STG.FEDORAPROJECT.ORG
|
||||||
{% endif %}
|
{% endif %}
|
||||||
.stg.fedoraproject.org = STG.FEDORAPROJECT.ORG
|
.stg.fedoraproject.org = STG.FEDORAPROJECT.ORG
|
||||||
stg.fedoraproject.org = STG.FEDORAPROJECT.ORG
|
stg.fedoraproject.org = STG.FEDORAPROJECT.ORG
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue