Files
fedora-infra_ansible/roles/openshift/ipa-client/templates/default.conf
Aurélien Bompard beb724ee65 IPA: setup a permission to modify group managers
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
2025-09-01 11:18:45 +02:00

9 lines
213 B
Plaintext

[global]
basedn = {{ ipa_basedn }}
realm = {{ ipa_realm }}
domain = {{ ipa_realm | lower }}
server = {{ ipa_server }}
host = {{ inventory_hostname }}
xmlrpc_uri = https://{{ ipa_server }}/ipa/xml
enable_ra = True