mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-06-10 18:55:53 +00:00
9 lines
234 B
Django/Jinja
9 lines
234 B
Django/Jinja
[global]
|
|
basedn = {{ ipaconf_basedn }}
|
|
realm = {{ ipaconf_realm }}
|
|
domain = {{ ipaconf_domain }}
|
|
server = {{ ipaconf_server }}
|
|
host = {{ ipaconf_hostname }}
|
|
xmlrpc_uri = {{ 'https://' + ipaconf_server + '/ipa/xml' }}
|
|
enable_ra = True
|