mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-17 12:10:34 +08:00
Fix ipa config in stg
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -64,8 +64,8 @@ ipa_sync_enabled = True
|
||||
ipa_sync_keytab = '/etc/fas_sync_keytab'
|
||||
{% if env == "staging" %}
|
||||
ipa_sync_principal = 'fas_sync@STG.FEDORAPROJECT.ORG'
|
||||
ipa_sync_server = 'id.stg.phx2.fedoraproject.org'
|
||||
ipa_sync_certfile = '/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem'
|
||||
ipa_sync_server = 'ipa.stg.phx2.fedoraproject.org'
|
||||
ipa_sync_certfile = '/etc/fas_sync_cert.pem'
|
||||
{% else %}
|
||||
ipa_sync_principal = 'fas_sync@FEDORAPROJECT.ORG'
|
||||
ipa_sync_server = 'ipa01.phx2.fedoraproject.org'
|
||||
|
||||
Reference in New Issue
Block a user